COLOR #CCC799

HEX: #CCC799 RGB: (204,199,153)

Color info

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

RGB color model

#CCC799 color RGB value is (204,199,153).

RGB: (204,199,153) (80%, 78%, 60%)

RGB channels and saturation

R 204 of 255 = 80%
G 199 of 255 = 78%
B 153 of 255 = 60%

204
199
153

R + G + B ~ 73%. #CCC799 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 199 + 153 = 556 (100%)
R 204 of 556 ~ 36.69%
G 199 of 556 ~ 35.79%
B 153 of 556 ~ 27.52'%

%36.69
%35.79
%27.52

CMYK color model

#CCC799 color CMYK value is (0,2,25,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 25.00%
  • key color value is 20.00%

CMYK: (0,2,25,20)
C0M2Y25K20 (0%, 2%, 25%, 20%)
(0.00 / 0.02 / 0.25 / 0.20)

CMYK percentages

%0
%2.45
%25
%20

Codes

Color #CCC799 in popluar color models

CC C7 99
RGB 204 199 153
HSL 54° 33.33% 70.00%
HSB/HSV 54° 25.00% 80.00%
CMYK 0.00% 2.45% 25.00%
20.00%

Color #CCC799 in popluar number systems.

HEX CC C7 99
Decimal 204 199 153
Binary 11001100 11000111 10011001
Octal 314 307 231

Shades and tints

Shades of #CCC799

#CCC799
(204,199,153)
#BAB58C
(186,181,140)
#A8A37F
(168,163,127)
#969172
(150,145,114)
#847F65
(132,127,101)
#726D58
(114,109,88)
#605B4B
(96,91,75)
#4E493E
(78,73,62)
#3C3731
(60,55,49)
#2A2524
(42,37,36)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #CCC799

#CCC799
(204,199,153)
#D0CCA2
(208,204,162)
#D4D1AB
(212,209,171)
#D8D6B4
(216,214,180)
#DCDBBD
(220,219,189)
#E0E0C6
(224,224,198)
#E4E5CF
(228,229,207)
#E8EAD8
(232,234,216)
#ECEFE1
(236,239,225)
#F0F4EA
(240,244,234)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC799; }

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

This text font color is #CCC799.

Background Color

.myBgColor { background-color: #CCC799; }

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

This div background color is #CCC799.

Border color

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

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

This div border color is #CCC799.

Opacity

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

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

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

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

This text has shadow with #CCC799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC799.

Preview

Color preview on black background

This text has color #CCC799 on black background.


Color preview on white background

This text has color #CCC799 on white background.


Black color preview on #CCC799 background

This text has black color on #CCC799 background.


White color preview on #CCC799 background

This text has white color on #CCC799 background.


Related colors

Complementary color

Complementary color for #hex is #333866.


I love getcolorcode.com

Triadic colors

1 #99CCC7 and #C799CC with #CCC799 are triadic colors.

2 #99C7CC and #C7CC99 with #CCC799 are triadic colors.