COLOR #CCC592

HEX: #CCC592 RGB: (204,197,146)

Color info

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

RGB color model

#CCC592 color RGB value is (204,197,146).

RGB: (204,197,146) (80%, 77%, 57%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 146 of 255 = 57%

204
197
146

R + G + B ~ 71%. #CCC592 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 197 + 146 = 547 (100%)
R 204 of 547 ~ 37.29%
G 197 of 547 ~ 36.01%
B 146 of 547 ~ 26.69'%

%37.29
%36.01
%26.69

CMYK color model

#CCC592 color CMYK value is (0,3,28,20).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 28.43%
  • key color value is 20.00%
CMYK: (0,3,28,20) C0M3Y28K20 (0%,3%,28%,20%) (0.00/0.03/0.28/0.20) 

CMYK percentages

%0
%3.43
%28.43
%20

Codes

Color #CCC592 in popluar color models

CC C5 92
RGB 204 197 146
HSL 53° 36.25% 68.63%
HSB/HSV 53° 28.43% 80.00%
CMYK 0.00% 3.43% 28.43%
20.00%

Color #CCC592 in popluar number systems.

HEX CC C5 92
Decimal 204 197 146
Binary 11001100 11000101 10010010
Octal 314 305 222

Shades and tints

Shades of #CCC592

#CCC592
(204,197,146)
#BAB485
(186,180,133)
#A8A378
(168,163,120)
#96926B
(150,146,107)
#84815E
(132,129,94)
#727051
(114,112,81)
#605F44
(96,95,68)
#4E4E37
(78,78,55)
#3C3D2A
(60,61,42)
#2A2C1D
(42,44,29)
#181B10
(24,27,16)
#000000
(0,0,0)

Tints of #CCC592

#CCC592
(204,197,146)
#D0CA9B
(208,202,155)
#D4CFA4
(212,207,164)
#D8D4AD
(216,212,173)
#DCD9B6
(220,217,182)
#E0DEBF
(224,222,191)
#E4E3C8
(228,227,200)
#E8E8D1
(232,232,209)
#ECEDDA
(236,237,218)
#F0F2E3
(240,242,227)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC592 color. Also use rgb(204,197,146) instead hex code.

Text Font Color

.myTextColor { color: #CCC592; }

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

This text font color is #CCC592.

Background Color

.myBgColor { background-color: #CCC592; }

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

This div background color is #CCC592.

Border color

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

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

This div border color is #CCC592.

Opacity

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

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

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

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

This text has shadow with #CCC592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC592.

Preview

Color preview on black background

This text has color #CCC592 on black background.


Color preview on white background

This text has color #CCC592 on white background.


Black color preview on #CCC592 background

This text has black color on #CCC592 background.


White color preview on #CCC592 background

This text has white color on #CCC592 background.


Related colors

Complementary color

Complementary color for #hex is #333A6D.


I love getcolorcode.com

Triadic colors

1 #92CCC5 and #C592CC with #CCC592 are triadic colors.

2 #92C5CC and #C5CC92 with #CCC592 are triadic colors.