COLOR #C472A6

HEX: #C472A6
RGB: (196,114,166)

Renk bilgisi

#C472A6 contains mainly red and blue colors. #C472A6 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C472A6 color RGB value is (196,114,166).

  • kırmız ton 196;
  • yeşil ton 114;
  • mavi ton 166.
RGB:
(196,114,166)
(77%,45%,65%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 114 of 255 = 45%
B 166 of 255 = 65%

196
114
166

R + G + B ~ 62%. #C472A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 114 + 166 = 476 (100%)
R 196 of 476 ~ 41.18%
G 114 of 476 ~ 23.95%
B 166 of 476 ~ 34.87%

%41.18
%23.95
%34.87

CMYK RENK MODELİ

#C472A6 rengi CMYK tonu (0,42,15,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.84%
  • sarı tonu 15.31%
  • ana renk tonu 23.14%
CMYK:
(0,42,15,23)
C0M42Y15K23 
(0%,42%,15%,23%)
(0.00/0.42/0.15/0.23)	

CMYK yüzdeleri

%0
%41.84
%15.31
%23.14

Codes

Color #C472A6 in popluar color models

C472A6
RGB196114166
HSL322°41.00%60.78%
HSB/HSV322°41.84%76.86%
CMYK0.00%41.84%15.31%
23.14%

Color #C472A6 in popluar number systems.

HEXC472A6
Decimal196114166
Binary11000100111001010100110
Octal304162246

Shades and tints

Shades of #C472A6

#C472A6
(196,114,166)
#B36897
(179,104,151)
#A25E88
(162,94,136)
#915479
(145,84,121)
#804A6A
(128,74,106)
#6F405B
(111,64,91)
#5E364C
(94,54,76)
#4D2C3D
(77,44,61)
#3C222E
(60,34,46)
#2B181F
(43,24,31)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #C472A6

#C472A6
(196,114,166)
#C97EAE
(201,126,174)
#CE8AB6
(206,138,182)
#D396BE
(211,150,190)
#D8A2C6
(216,162,198)
#DDAECE
(221,174,206)
#E2BAD6
(226,186,214)
#E7C6DE
(231,198,222)
#ECD2E6
(236,210,230)
#F1DEEE
(241,222,238)
#F6EAF6
(246,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C472A6 color. Also use rgb(196,114,166) instead hex code.

Text Font Color

.myTextColor { color: #C472A6; }

<p style="color:#C472A6">This sample text font color is #C472A6.</p>

This text font color is #C472A6.


Background Color

.myBgColor { background-color: #C472A6; }

<div style="background-color:#C472A6">Inner text</div>

This div background color is #C472A6.


Border color

.myBorderColor { border: 1px solid #C472A6; }

<div style="border:3px solid #C472A6">Div</div>

This div border color is #C472A6.


Opacity

.myOpacity80 { color: #C472A6; opacity: 0.8; }

<p style="color:#C472A6;opacity:0.8;">80%</p>

Text with #C472A6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C472A6;}

<p style="text-shadow: 3px 3px 1px #C472A6">Text here.</p>

This text has shadow with #C472A6 color.

.textShadow {text-shadow: 3px 3px 1px #C472A6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C472A6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C472A6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C472A6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C472A6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C472A6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C472A6;
  -webkit-box-shadow:	1px 1px 3px 2px #C472A6;
  box-shadow:		1px 1px 3px 2px #C472A6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C472A6;
-webkit-box-shadow: 1px 1px 3px 2px #C472A6;
box-shadow:1px 1px 3px 2px #C472A6;">
Div content here</div>
This div box has shadow with color #C472A6.

Preview

Color preview on black background

This text has color #C472A6 on black background.


Color preview on white background

This text has color #C472A6 on white background.



Black color preview on #C472A6 background

This text has black color on #C472A6 background.


White color preview on #C472A6 background

This text has white color on #C472A6 background.