COLOR #C05D66

HEX: #C05D66
RGB: (192,93,102)

Color info

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

RGB color model

#C05D66 color RGB value is (192,93,102).

  • red value is 192;
  • green value is 93;
  • blue value is 102.
RGB:
(192,93,102)
(75%,36%,40%)

RGB channels and saturation

R 192 of 255 = 75%
G 93 of 255 = 36%
B 102 of 255 = 40%

192
93
102

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

Portions of RGB colors in percentages

R + G + B =
192 + 93 + 102 = 387 (100%)
R 192 of 387 ~ 49.61%
G 93 of 387 ~ 24.03%
B 102 of 387 ~ 26.36%

%49.61
%24.03
%26.36

CMYK color model

#C05D66 color CMYK value is (0,52,47,25).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 46.88%
  • key color value is 24.71%
CMYK:
(0,52,47,25)
C0M52Y47K25 
(0%,52%,47%,25%)
(0.00/0.52/0.47/0.25)	

CMYK percentages

%0
%51.56
%46.88
%24.71

Codes

Color #C05D66 in popluar color models

C05D66
RGB19293102
HSL355°44.00%55.88%
HSB/HSV355°51.56%75.29%
CMYK0.00%51.56%46.88%
24.71%

Color #C05D66 in popluar number systems.

HEXC05D66
Decimal19293102
Binary1100000010111011100110
Octal300135146

Shades and tints

Shades of #C05D66

#C05D66
(192,93,102)
#AF555D
(175,85,93)
#9E4D54
(158,77,84)
#8D454B
(141,69,75)
#7C3D42
(124,61,66)
#6B3539
(107,53,57)
#5A2D30
(90,45,48)
#492527
(73,37,39)
#381D1E
(56,29,30)
#271515
(39,21,21)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #C05D66

#C05D66
(192,93,102)
#C56B73
(197,107,115)
#CA7980
(202,121,128)
#CF878D
(207,135,141)
#D4959A
(212,149,154)
#D9A3A7
(217,163,167)
#DEB1B4
(222,177,180)
#E3BFC1
(227,191,193)
#E8CDCE
(232,205,206)
#EDDBDB
(237,219,219)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05D66 color. Also use rgb(192,93,102) instead hex code.

Text Font Color

.myTextColor { color: #C05D66; }

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

This text font color is #C05D66.


Background Color

.myBgColor { background-color: #C05D66; }

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

This div background color is #C05D66.


Border color

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

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

This div border color is #C05D66.


Opacity

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

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

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

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

This text has shadow with #C05D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05D66 on black background.


Color preview on white background

This text has color #C05D66 on white background.



Black color preview on #C05D66 background

This text has black color on #C05D66 background.


White color preview on #C05D66 background

This text has white color on #C05D66 background.