COLOR #CC906B

HEX: #CC906B
RGB: (204,144,107)

Color info

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

RGB color model

#CC906B color RGB value is (204,144,107).

  • red value is 204;
  • green value is 144;
  • blue value is 107.
RGB:
(204,144,107)
(80%,56%,42%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 107 of 255 = 42%

204
144
107

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

Portions of RGB colors in percentages

R + G + B =
204 + 144 + 107 = 455 (100%)
R 204 of 455 ~ 44.84%
G 144 of 455 ~ 31.65%
B 107 of 455 ~ 23.52%

%44.84
%31.65
%23.52

CMYK color model

#CC906B color CMYK value is (0,29,48,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 47.55%
  • key color value is 20.00%
CMYK:
(0,29,48,20)
C0M29Y48K20 
(0%,29%,48%,20%)
(0.00/0.29/0.48/0.20)	

CMYK percentages

%0
%29.41
%47.55
%20

Codes

Color #CC906B in popluar color models

CC906B
RGB204144107
HSL23°48.74%60.98%
HSB/HSV23°47.55%80.00%
CMYK0.00%29.41%47.55%
20.00%

Color #CC906B in popluar number systems.

HEXCC906B
Decimal204144107
Binary11001100100100001101011
Octal314220153

Shades and tints

Shades of #CC906B

#CC906B
(204,144,107)
#BA8362
(186,131,98)
#A87659
(168,118,89)
#966950
(150,105,80)
#845C47
(132,92,71)
#724F3E
(114,79,62)
#604235
(96,66,53)
#4E352C
(78,53,44)
#3C2823
(60,40,35)
#2A1B1A
(42,27,26)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #CC906B

#CC906B
(204,144,107)
#D09A78
(208,154,120)
#D4A485
(212,164,133)
#D8AE92
(216,174,146)
#DCB89F
(220,184,159)
#E0C2AC
(224,194,172)
#E4CCB9
(228,204,185)
#E8D6C6
(232,214,198)
#ECE0D3
(236,224,211)
#F0EAE0
(240,234,224)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC906B color. Also use rgb(204,144,107) instead hex code.

Text Font Color

.myTextColor { color: #CC906B; }

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

This text font color is #CC906B.


Background Color

.myBgColor { background-color: #CC906B; }

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

This div background color is #CC906B.


Border color

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

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

This div border color is #CC906B.


Opacity

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

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

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

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

This text has shadow with #CC906B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC906B on black background.


Color preview on white background

This text has color #CC906B on white background.



Black color preview on #CC906B background

This text has black color on #CC906B background.


White color preview on #CC906B background

This text has white color on #CC906B background.