COLOR #C04F6B

HEX: #C04F6B
RGB: (192,79,107)

Color info

#C04F6B contains mainly red color. Web safe color of #C04F6B is #CC6666 (or #C66).

RGB color model

#C04F6B color RGB value is (192,79,107).

  • red value is 192;
  • green value is 79;
  • blue value is 107.
RGB:
(192,79,107)
(75%,31%,42%)

RGB channels and saturation

R 192 of 255 = 75%
G 79 of 255 = 31%
B 107 of 255 = 42%

192
79
107

R + G + B ~ 49%. #C04F6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 79 + 107 = 378 (100%)
R 192 of 378 ~ 50.79%
G 79 of 378 ~ 20.9%
B 107 of 378 ~ 28.31%

%50.79
%20.9
%28.31

CMYK color model

#C04F6B color CMYK value is (0,59,44,25).

  • cyan value is 0.00%
  • magenta value is 58.85%
  • yellow value is 44.27%
  • key color value is 24.71%
CMYK:
(0,59,44,25)
C0M59Y44K25 
(0%,59%,44%,25%)
(0.00/0.59/0.44/0.25)	

CMYK percentages

%0
%58.85
%44.27
%24.71

Codes

Color #C04F6B in popluar color models

C04F6B
RGB19279107
HSL345°47.28%53.14%
HSB/HSV345°58.85%75.29%
CMYK0.00%58.85%44.27%
24.71%

Color #C04F6B in popluar number systems.

HEXC04F6B
Decimal19279107
Binary1100000010011111101011
Octal300117153

Shades and tints

Shades of #C04F6B

#C04F6B
(192,79,107)
#AF4862
(175,72,98)
#9E4159
(158,65,89)
#8D3A50
(141,58,80)
#7C3347
(124,51,71)
#6B2C3E
(107,44,62)
#5A2535
(90,37,53)
#491E2C
(73,30,44)
#381723
(56,23,35)
#27101A
(39,16,26)
#160911
(22,9,17)
#000000
(0,0,0)

Tints of #C04F6B

#C04F6B
(192,79,107)
#C55F78
(197,95,120)
#CA6F85
(202,111,133)
#CF7F92
(207,127,146)
#D48F9F
(212,143,159)
#D99FAC
(217,159,172)
#DEAFB9
(222,175,185)
#E3BFC6
(227,191,198)
#E8CFD3
(232,207,211)
#EDDFE0
(237,223,224)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04F6B color. Also use rgb(192,79,107) instead hex code.

Text Font Color

.myTextColor { color: #C04F6B; }

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

This text font color is #C04F6B.


Background Color

.myBgColor { background-color: #C04F6B; }

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

This div background color is #C04F6B.


Border color

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

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

This div border color is #C04F6B.


Opacity

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

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

Text with #C04F6B 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 #C04F6B;}

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

This text has shadow with #C04F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04F6B on black background.


Color preview on white background

This text has color #C04F6B on white background.



Black color preview on #C04F6B background

This text has black color on #C04F6B background.


White color preview on #C04F6B background

This text has white color on #C04F6B background.