COLOR #CC9582

HEX: #CC9582 RGB: (204,149,130)

Color info

#CC9582 contains mainly red and green colors. Web safe color of #CC9582 is #CC9999 (or #C99).

RGB color model

#CC9582 color RGB value is (204,149,130).

RGB: (204,149,130) (80%, 58%, 51%)

RGB channels and saturation

R 204 of 255 = 80%
G 149 of 255 = 58%
B 130 of 255 = 51%

204
149
130

R + G + B ~ 63%. #CC9582 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 149 + 130 = 483 (100%)
R 204 of 483 ~ 42.24%
G 149 of 483 ~ 30.85%
B 130 of 483 ~ 26.92'%

%42.24
%30.85
%26.92

CMYK color model

#CC9582 color CMYK value is (0,27,36,20).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 36.27%
  • key color value is 20.00%

CMYK: (0,27,36,20)
C0M27Y36K20 (0%, 27%, 36%, 20%)
(0.00 / 0.27 / 0.36 / 0.20)

CMYK percentages

%0
%26.96
%36.27
%20

Codes

Color #CC9582 in popluar color models

CC 95 82
RGB 204 149 130
HSL 15° 42.05% 65.49%
HSB/HSV 15° 36.27% 80.00%
CMYK 0.00% 26.96% 36.27%
20.00%

Color #CC9582 in popluar number systems.

HEX CC 95 82
Decimal 204 149 130
Binary 11001100 10010101 10000010
Octal 314 225 202

Shades and tints

Shades of #CC9582

#CC9582
(204,149,130)
#BA8877
(186,136,119)
#A87B6C
(168,123,108)
#966E61
(150,110,97)
#846156
(132,97,86)
#72544B
(114,84,75)
#604740
(96,71,64)
#4E3A35
(78,58,53)
#3C2D2A
(60,45,42)
#2A201F
(42,32,31)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #CC9582

#CC9582
(204,149,130)
#D09E8D
(208,158,141)
#D4A798
(212,167,152)
#D8B0A3
(216,176,163)
#DCB9AE
(220,185,174)
#E0C2B9
(224,194,185)
#E4CBC4
(228,203,196)
#E8D4CF
(232,212,207)
#ECDDDA
(236,221,218)
#F0E6E5
(240,230,229)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9582 color. Also use rgb(204,149,130) instead hex code.

Text Font Color

.myTextColor { color: #CC9582; }

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

This text font color is #CC9582.

Background Color

.myBgColor { background-color: #CC9582; }

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

This div background color is #CC9582.

Border color

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

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

This div border color is #CC9582.

Opacity

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

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

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

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

This text has shadow with #CC9582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9582.

Preview

Color preview on black background

This text has color #CC9582 on black background.


Color preview on white background

This text has color #CC9582 on white background.


Black color preview on #CC9582 background

This text has black color on #CC9582 background.


White color preview on #CC9582 background

This text has white color on #CC9582 background.


Related colors

Complementary color

Complementary color for #hex is #336A7D.


I love getcolorcode.com

Triadic colors

1 #82CC95 and #9582CC with #CC9582 are triadic colors.

2 #8295CC and #95CC82 with #CC9582 are triadic colors.