COLOR #CC815C

HEX: #CC815C
RGB: (204,129,92)

Color info

#CC815C contains mainly red color. Web safe color of #CC815C is #CC9966 (or #C96).

RGB color model

#CC815C color RGB value is (204,129,92).

  • red value is 204;
  • green value is 129;
  • blue value is 92.
RGB:
(204,129,92)
(80%,51%,36%)

RGB channels and saturation

R 204 of 255 = 80%
G 129 of 255 = 51%
B 92 of 255 = 36%

204
129
92

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

Portions of RGB colors in percentages

R + G + B =
204 + 129 + 92 = 425 (100%)
R 204 of 425 ~ 48%
G 129 of 425 ~ 30.35%
B 92 of 425 ~ 21.65%

%48
%30.35
%21.65

CMYK color model

#CC815C color CMYK value is (0,37,55,20).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 54.90%
  • key color value is 20.00%
CMYK:
(0,37,55,20)
C0M37Y55K20 
(0%,37%,55%,20%)
(0.00/0.37/0.55/0.20)	

CMYK percentages

%0
%36.76
%54.9
%20

Codes

Color #CC815C in popluar color models

CC815C
RGB20412992
HSL20°52.34%58.04%
HSB/HSV20°54.90%80.00%
CMYK0.00%36.76%54.90%
20.00%

Color #CC815C in popluar number systems.

HEXCC815C
Decimal20412992
Binary11001100100000011011100
Octal314201134

Shades and tints

Shades of #CC815C

#CC815C
(204,129,92)
#BA7654
(186,118,84)
#A86B4C
(168,107,76)
#966044
(150,96,68)
#84553C
(132,85,60)
#724A34
(114,74,52)
#603F2C
(96,63,44)
#4E3424
(78,52,36)
#3C291C
(60,41,28)
#2A1E14
(42,30,20)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #CC815C

#CC815C
(204,129,92)
#D08C6A
(208,140,106)
#D49778
(212,151,120)
#D8A286
(216,162,134)
#DCAD94
(220,173,148)
#E0B8A2
(224,184,162)
#E4C3B0
(228,195,176)
#E8CEBE
(232,206,190)
#ECD9CC
(236,217,204)
#F0E4DA
(240,228,218)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC815C color. Also use rgb(204,129,92) instead hex code.

Text Font Color

.myTextColor { color: #CC815C; }

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

This text font color is #CC815C.


Background Color

.myBgColor { background-color: #CC815C; }

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

This div background color is #CC815C.


Border color

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

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

This div border color is #CC815C.


Opacity

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

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

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

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

This text has shadow with #CC815C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC815C on black background.


Color preview on white background

This text has color #CC815C on white background.



Black color preview on #CC815C background

This text has black color on #CC815C background.


White color preview on #CC815C background

This text has white color on #CC815C background.