COLOR #CC9083

HEX: #CC9083 RGB: (204,144,131)

Color info

#CC9083 contains mainly red color. Web safe color of #CC9083 is #CC9999 (or #C99).

RGB color model

#CC9083 color RGB value is (204,144,131).

RGB: (204,144,131) (80%, 56%, 51%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 131 of 255 = 51%

204
144
131

R + G + B ~ 62%. #CC9083 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 144 + 131 = 479 (100%)
R 204 of 479 ~ 42.59%
G 144 of 479 ~ 30.06%
B 131 of 479 ~ 27.35'%

%42.59
%30.06
%27.35

CMYK color model

#CC9083 color CMYK value is (0,29,36,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 35.78%
  • key color value is 20.00%

CMYK: (0,29,36,20)
C0M29Y36K20 (0%, 29%, 36%, 20%)
(0.00 / 0.29 / 0.36 / 0.20)

CMYK percentages

%0
%29.41
%35.78
%20

Codes

Color #CC9083 in popluar color models

CC 90 83
RGB 204 144 131
HSL 11° 41.71% 65.69%
HSB/HSV 11° 35.78% 80.00%
CMYK 0.00% 29.41% 35.78%
20.00%

Color #CC9083 in popluar number systems.

HEX CC 90 83
Decimal 204 144 131
Binary 11001100 10010000 10000011
Octal 314 220 203

Shades and tints

Shades of #CC9083

#CC9083
(204,144,131)
#BA8378
(186,131,120)
#A8766D
(168,118,109)
#966962
(150,105,98)
#845C57
(132,92,87)
#724F4C
(114,79,76)
#604241
(96,66,65)
#4E3536
(78,53,54)
#3C282B
(60,40,43)
#2A1B20
(42,27,32)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #CC9083

#CC9083
(204,144,131)
#D09A8E
(208,154,142)
#D4A499
(212,164,153)
#D8AEA4
(216,174,164)
#DCB8AF
(220,184,175)
#E0C2BA
(224,194,186)
#E4CCC5
(228,204,197)
#E8D6D0
(232,214,208)
#ECE0DB
(236,224,219)
#F0EAE6
(240,234,230)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9083; }

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

This text font color is #CC9083.

Background Color

.myBgColor { background-color: #CC9083; }

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

This div background color is #CC9083.

Border color

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

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

This div border color is #CC9083.

Opacity

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

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

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

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

This text has shadow with #CC9083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9083.

Preview

Color preview on black background

This text has color #CC9083 on black background.


Color preview on white background

This text has color #CC9083 on white background.


Black color preview on #CC9083 background

This text has black color on #CC9083 background.


White color preview on #CC9083 background

This text has white color on #CC9083 background.


Related colors

Complementary color

Complementary color for #hex is #336F7C.


I love getcolorcode.com

Triadic colors

1 #83CC90 and #9083CC with #CC9083 are triadic colors.

2 #8390CC and #90CC83 with #CC9083 are triadic colors.