COLOR #CCC196

HEX: #CCC196 RGB: (204,193,150)

Color info

#CCC196 contains red, green and blue colors in about the same proportion. Web safe color of #CCC196 is #CCCC99 (or #CC9).

RGB color model

#CCC196 color RGB value is (204,193,150).

RGB: (204,193,150) (80%, 76%, 59%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 150 of 255 = 59%

204
193
150

R + G + B ~ 72%. #CCC196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 193 + 150 = 547 (100%)
R 204 of 547 ~ 37.29%
G 193 of 547 ~ 35.28%
B 150 of 547 ~ 27.42'%

%37.29
%35.28
%27.42

CMYK color model

#CCC196 color CMYK value is (0,5,26,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (0,5,26,20)
C0M5Y26K20 (0%, 5%, 26%, 20%)
(0.00 / 0.05 / 0.26 / 0.20)

CMYK percentages

%0
%5.39
%26.47
%20

Codes

Color #CCC196 in popluar color models

CC C1 96
RGB 204 193 150
HSL 48° 34.62% 69.41%
HSB/HSV 48° 26.47% 80.00%
CMYK 0.00% 5.39% 26.47%
20.00%

Color #CCC196 in popluar number systems.

HEX CC C1 96
Decimal 204 193 150
Binary 11001100 11000001 10010110
Octal 314 301 226

Shades and tints

Shades of #CCC196

#CCC196
(204,193,150)
#BAB089
(186,176,137)
#A89F7C
(168,159,124)
#968E6F
(150,142,111)
#847D62
(132,125,98)
#726C55
(114,108,85)
#605B48
(96,91,72)
#4E4A3B
(78,74,59)
#3C392E
(60,57,46)
#2A2821
(42,40,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #CCC196

#CCC196
(204,193,150)
#D0C69F
(208,198,159)
#D4CBA8
(212,203,168)
#D8D0B1
(216,208,177)
#DCD5BA
(220,213,186)
#E0DAC3
(224,218,195)
#E4DFCC
(228,223,204)
#E8E4D5
(232,228,213)
#ECE9DE
(236,233,222)
#F0EEE7
(240,238,231)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC196 color. Also use rgb(204,193,150) instead hex code.

Text Font Color

.myTextColor { color: #CCC196; }

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

This text font color is #CCC196.

Background Color

.myBgColor { background-color: #CCC196; }

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

This div background color is #CCC196.

Border color

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

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

This div border color is #CCC196.

Opacity

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

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

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

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

This text has shadow with #CCC196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC196.

Preview

Color preview on black background

This text has color #CCC196 on black background.


Color preview on white background

This text has color #CCC196 on white background.


Black color preview on #CCC196 background

This text has black color on #CCC196 background.


White color preview on #CCC196 background

This text has white color on #CCC196 background.


Related colors

Complementary color

Complementary color for #hex is #333E69.


I love getcolorcode.com

Triadic colors

1 #96CCC1 and #C196CC with #CCC196 are triadic colors.

2 #96C1CC and #C1CC96 with #CCC196 are triadic colors.