COLOR #CCC694

HEX: #CCC694 RGB: (204,198,148)

Color info

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

RGB color model

#CCC694 color RGB value is (204,198,148).

RGB: (204,198,148) (80%, 78%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 198 of 255 = 78%
B 148 of 255 = 58%

204
198
148

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

Portions of RGB colors in percentages

R + G + B = 204 + 198 + 148 = 550 (100%)
R 204 of 550 ~ 37.09%
G 198 of 550 ~ 36%
B 148 of 550 ~ 26.91'%

%37.09
%36
%26.91

CMYK color model

#CCC694 color CMYK value is (0,3,27,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 27.45%
  • key color value is 20.00%

CMYK: (0,3,27,20)
C0M3Y27K20 (0%, 3%, 27%, 20%)
(0.00 / 0.03 / 0.27 / 0.20)

CMYK percentages

%0
%2.94
%27.45
%20

Codes

Color #CCC694 in popluar color models

CC C6 94
RGB 204 198 148
HSL 54° 35.44% 69.02%
HSB/HSV 54° 27.45% 80.00%
CMYK 0.00% 2.94% 27.45%
20.00%

Color #CCC694 in popluar number systems.

HEX CC C6 94
Decimal 204 198 148
Binary 11001100 11000110 10010100
Octal 314 306 224

Shades and tints

Shades of #CCC694

#CCC694
(204,198,148)
#BAB487
(186,180,135)
#A8A27A
(168,162,122)
#96906D
(150,144,109)
#847E60
(132,126,96)
#726C53
(114,108,83)
#605A46
(96,90,70)
#4E4839
(78,72,57)
#3C362C
(60,54,44)
#2A241F
(42,36,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CCC694

#CCC694
(204,198,148)
#D0CB9D
(208,203,157)
#D4D0A6
(212,208,166)
#D8D5AF
(216,213,175)
#DCDAB8
(220,218,184)
#E0DFC1
(224,223,193)
#E4E4CA
(228,228,202)
#E8E9D3
(232,233,211)
#ECEEDC
(236,238,220)
#F0F3E5
(240,243,229)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC694; }

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

This text font color is #CCC694.

Background Color

.myBgColor { background-color: #CCC694; }

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

This div background color is #CCC694.

Border color

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

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

This div border color is #CCC694.

Opacity

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

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

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

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

This text has shadow with #CCC694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC694.

Preview

Color preview on black background

This text has color #CCC694 on black background.


Color preview on white background

This text has color #CCC694 on white background.


Black color preview on #CCC694 background

This text has black color on #CCC694 background.


White color preview on #CCC694 background

This text has white color on #CCC694 background.


Related colors

Complementary color

Complementary color for #hex is #33396B.


I love getcolorcode.com

Triadic colors

1 #94CCC6 and #C694CC with #CCC694 are triadic colors.

2 #94C6CC and #C6CC94 with #CCC694 are triadic colors.