COLOR #C04E67

HEX: #C04E67
RGB: (192,78,103)

Color info

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

RGB color model

#C04E67 color RGB value is (192,78,103).

  • red value is 192;
  • green value is 78;
  • blue value is 103.
RGB:
(192,78,103)
(75%,31%,40%)

RGB channels and saturation

R 192 of 255 = 75%
G 78 of 255 = 31%
B 103 of 255 = 40%

192
78
103

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

Portions of RGB colors in percentages

R + G + B =
192 + 78 + 103 = 373 (100%)
R 192 of 373 ~ 51.47%
G 78 of 373 ~ 20.91%
B 103 of 373 ~ 27.61%

%51.47
%20.91
%27.61

CMYK color model

#C04E67 color CMYK value is (0,59,46,25).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 46.35%
  • key color value is 24.71%
CMYK:
(0,59,46,25)
C0M59Y46K25 
(0%,59%,46%,25%)
(0.00/0.59/0.46/0.25)	

CMYK percentages

%0
%59.38
%46.35
%24.71

Codes

Color #C04E67 in popluar color models

C04E67
RGB19278103
HSL347°47.50%52.94%
HSB/HSV347°59.38%75.29%
CMYK0.00%59.38%46.35%
24.71%

Color #C04E67 in popluar number systems.

HEXC04E67
Decimal19278103
Binary1100000010011101100111
Octal300116147

Shades and tints

Shades of #C04E67

#C04E67
(192,78,103)
#AF475E
(175,71,94)
#9E4055
(158,64,85)
#8D394C
(141,57,76)
#7C3243
(124,50,67)
#6B2B3A
(107,43,58)
#5A2431
(90,36,49)
#491D28
(73,29,40)
#38161F
(56,22,31)
#270F16
(39,15,22)
#16080D
(22,8,13)
#000000
(0,0,0)

Tints of #C04E67

#C04E67
(192,78,103)
#C55E74
(197,94,116)
#CA6E81
(202,110,129)
#CF7E8E
(207,126,142)
#D48E9B
(212,142,155)
#D99EA8
(217,158,168)
#DEAEB5
(222,174,181)
#E3BEC2
(227,190,194)
#E8CECF
(232,206,207)
#EDDEDC
(237,222,220)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04E67 color. Also use rgb(192,78,103) instead hex code.

Text Font Color

.myTextColor { color: #C04E67; }

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

This text font color is #C04E67.


Background Color

.myBgColor { background-color: #C04E67; }

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

This div background color is #C04E67.


Border color

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

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

This div border color is #C04E67.


Opacity

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

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

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

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

This text has shadow with #C04E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04E67 on black background.


Color preview on white background

This text has color #C04E67 on white background.



Black color preview on #C04E67 background

This text has black color on #C04E67 background.


White color preview on #C04E67 background

This text has white color on #C04E67 background.