COLOR #CC905E

HEX: #CC905E
RGB: (204,144,94)

Color info

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

RGB color model

#CC905E color RGB value is (204,144,94).

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

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 94 of 255 = 37%

204
144
94

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

Portions of RGB colors in percentages

R + G + B =
204 + 144 + 94 = 442 (100%)
R 204 of 442 ~ 46.15%
G 144 of 442 ~ 32.58%
B 94 of 442 ~ 21.27%

%46.15
%32.58
%21.27

CMYK color model

#CC905E color CMYK value is (0,29,54,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 53.92%
  • key color value is 20.00%
CMYK:
(0,29,54,20)
C0M29Y54K20 
(0%,29%,54%,20%)
(0.00/0.29/0.54/0.20)	

CMYK percentages

%0
%29.41
%53.92
%20

Codes

Color #CC905E in popluar color models

CC905E
RGB20414494
HSL27°51.89%58.43%
HSB/HSV27°53.92%80.00%
CMYK0.00%29.41%53.92%
20.00%

Color #CC905E in popluar number systems.

HEXCC905E
Decimal20414494
Binary11001100100100001011110
Octal314220136

Shades and tints

Shades of #CC905E

#CC905E
(204,144,94)
#BA8356
(186,131,86)
#A8764E
(168,118,78)
#966946
(150,105,70)
#845C3E
(132,92,62)
#724F36
(114,79,54)
#60422E
(96,66,46)
#4E3526
(78,53,38)
#3C281E
(60,40,30)
#2A1B16
(42,27,22)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #CC905E

#CC905E
(204,144,94)
#D09A6C
(208,154,108)
#D4A47A
(212,164,122)
#D8AE88
(216,174,136)
#DCB896
(220,184,150)
#E0C2A4
(224,194,164)
#E4CCB2
(228,204,178)
#E8D6C0
(232,214,192)
#ECE0CE
(236,224,206)
#F0EADC
(240,234,220)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC905E; }

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

This text font color is #CC905E.


Background Color

.myBgColor { background-color: #CC905E; }

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

This div background color is #CC905E.


Border color

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

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

This div border color is #CC905E.


Opacity

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

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

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

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

This text has shadow with #CC905E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC905E on black background.


Color preview on white background

This text has color #CC905E on white background.



Black color preview on #CC905E background

This text has black color on #CC905E background.


White color preview on #CC905E background

This text has white color on #CC905E background.