COLOR #CC9485

HEX: #CC9485
RGB: (204,148,133)

Color info

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

RGB color model

#CC9485 color RGB value is (204,148,133).

  • red value is 204;
  • green value is 148;
  • blue value is 133.
RGB:
(204,148,133)
(80%,58%,52%)

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 133 of 255 = 52%

204
148
133

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

Portions of RGB colors in percentages

R + G + B =
204 + 148 + 133 = 485 (100%)
R 204 of 485 ~ 42.06%
G 148 of 485 ~ 30.52%
B 133 of 485 ~ 27.42%

%42.06
%30.52
%27.42

CMYK color model

#CC9485 color CMYK value is (0,27,35,20).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 34.80%
  • key color value is 20.00%
CMYK:
(0,27,35,20)
C0M27Y35K20 
(0%,27%,35%,20%)
(0.00/0.27/0.35/0.20)	

CMYK percentages

%0
%27.45
%34.8
%20

Codes

Color #CC9485 in popluar color models

CC9485
RGB204148133
HSL13°41.04%66.08%
HSB/HSV13°34.80%80.00%
CMYK0.00%27.45%34.80%
20.00%

Color #CC9485 in popluar number systems.

HEXCC9485
Decimal204148133
Binary110011001001010010000101
Octal314224205

Shades and tints

Shades of #CC9485

#CC9485
(204,148,133)
#BA8779
(186,135,121)
#A87A6D
(168,122,109)
#966D61
(150,109,97)
#846055
(132,96,85)
#725349
(114,83,73)
#60463D
(96,70,61)
#4E3931
(78,57,49)
#3C2C25
(60,44,37)
#2A1F19
(42,31,25)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #CC9485

#CC9485
(204,148,133)
#D09D90
(208,157,144)
#D4A69B
(212,166,155)
#D8AFA6
(216,175,166)
#DCB8B1
(220,184,177)
#E0C1BC
(224,193,188)
#E4CAC7
(228,202,199)
#E8D3D2
(232,211,210)
#ECDCDD
(236,220,221)
#F0E5E8
(240,229,232)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9485 color. Also use rgb(204,148,133) instead hex code.

Text Font Color

.myTextColor { color: #CC9485; }

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

This text font color is #CC9485.


Background Color

.myBgColor { background-color: #CC9485; }

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

This div background color is #CC9485.


Border color

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

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

This div border color is #CC9485.


Opacity

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

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

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

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

This text has shadow with #CC9485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9485 on black background.


Color preview on white background

This text has color #CC9485 on white background.



Black color preview on #CC9485 background

This text has black color on #CC9485 background.


White color preview on #CC9485 background

This text has white color on #CC9485 background.