COLOR #CCC199

HEX: #CCC199
RGB: (204,193,153)

Color info

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

RGB color model

#CCC199 color RGB value is (204,193,153).

  • red value is 204;
  • green value is 193;
  • blue value is 153.
RGB:
(204,193,153)
(80%,76%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 193 of 255 = 76%
B 153 of 255 = 60%

204
193
153

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

Portions of RGB colors in percentages

R + G + B =
204 + 193 + 153 = 550 (100%)
R 204 of 550 ~ 37.09%
G 193 of 550 ~ 35.09%
B 153 of 550 ~ 27.82%

%37.09
%35.09
%27.82

CMYK color model

#CCC199 color CMYK value is (0,5,25,20).

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK:
(0,5,25,20)
C0M5Y25K20 
(0%,5%,25%,20%)
(0.00/0.05/0.25/0.20)	

CMYK percentages

%0
%5.39
%25
%20

Codes

Color #CCC199 in popluar color models

CCC199
RGB204193153
HSL47°33.33%70.00%
HSB/HSV47°25.00%80.00%
CMYK0.00%5.39%25.00%
20.00%

Color #CCC199 in popluar number systems.

HEXCCC199
Decimal204193153
Binary110011001100000110011001
Octal314301231

Shades and tints

Shades of #CCC199

#CCC199
(204,193,153)
#BAB08C
(186,176,140)
#A89F7F
(168,159,127)
#968E72
(150,142,114)
#847D65
(132,125,101)
#726C58
(114,108,88)
#605B4B
(96,91,75)
#4E4A3E
(78,74,62)
#3C3931
(60,57,49)
#2A2824
(42,40,36)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCC199

#CCC199
(204,193,153)
#D0C6A2
(208,198,162)
#D4CBAB
(212,203,171)
#D8D0B4
(216,208,180)
#DCD5BD
(220,213,189)
#E0DAC6
(224,218,198)
#E4DFCF
(228,223,207)
#E8E4D8
(232,228,216)
#ECE9E1
(236,233,225)
#F0EEEA
(240,238,234)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC199; }

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

This text font color is #CCC199.


Background Color

.myBgColor { background-color: #CCC199; }

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

This div background color is #CCC199.


Border color

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

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

This div border color is #CCC199.


Opacity

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

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

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

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

This text has shadow with #CCC199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC199 on black background.


Color preview on white background

This text has color #CCC199 on white background.



Black color preview on #CCC199 background

This text has black color on #CCC199 background.


White color preview on #CCC199 background

This text has white color on #CCC199 background.