COLOR #CC6252

HEX: #CC6252
RGB: (204,98,82)

Color info

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

RGB color model

#CC6252 color RGB value is (204,98,82).

  • red value is 204;
  • green value is 98;
  • blue value is 82.
RGB:
(204,98,82)
(80%,38%,32%)

RGB channels and saturation

R 204 of 255 = 80%
G 98 of 255 = 38%
B 82 of 255 = 32%

204
98
82

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

Portions of RGB colors in percentages

R + G + B =
204 + 98 + 82 = 384 (100%)
R 204 of 384 ~ 53.13%
G 98 of 384 ~ 25.52%
B 82 of 384 ~ 21.35%

%53.13
%25.52
%21.35

CMYK color model

#CC6252 color CMYK value is (0,52,60,20).

  • cyan value is 0.00%
  • magenta value is 51.96%
  • yellow value is 59.80%
  • key color value is 20.00%
CMYK:
(0,52,60,20)
C0M52Y60K20 
(0%,52%,60%,20%)
(0.00/0.52/0.60/0.20)	

CMYK percentages

%0
%51.96
%59.8
%20

Codes

Color #CC6252 in popluar color models

CC6252
RGB2049882
HSL54.46%56.08%
HSB/HSV59.80%80.00%
CMYK0.00%51.96%59.80%
20.00%

Color #CC6252 in popluar number systems.

HEXCC6252
Decimal2049882
Binary1100110011000101010010
Octal314142122

Shades and tints

Shades of #CC6252

#CC6252
(204,98,82)
#BA5A4B
(186,90,75)
#A85244
(168,82,68)
#964A3D
(150,74,61)
#844236
(132,66,54)
#723A2F
(114,58,47)
#603228
(96,50,40)
#4E2A21
(78,42,33)
#3C221A
(60,34,26)
#2A1A13
(42,26,19)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #CC6252

#CC6252
(204,98,82)
#D07061
(208,112,97)
#D47E70
(212,126,112)
#D88C7F
(216,140,127)
#DC9A8E
(220,154,142)
#E0A89D
(224,168,157)
#E4B6AC
(228,182,172)
#E8C4BB
(232,196,187)
#ECD2CA
(236,210,202)
#F0E0D9
(240,224,217)
#F4EEE8
(244,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6252 color. Also use rgb(204,98,82) instead hex code.

Text Font Color

.myTextColor { color: #CC6252; }

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

This text font color is #CC6252.


Background Color

.myBgColor { background-color: #CC6252; }

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

This div background color is #CC6252.


Border color

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

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

This div border color is #CC6252.


Opacity

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

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

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

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

This text has shadow with #CC6252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6252 on black background.


Color preview on white background

This text has color #CC6252 on white background.



Black color preview on #CC6252 background

This text has black color on #CC6252 background.


White color preview on #CC6252 background

This text has white color on #CC6252 background.