#CCC084

Color #CCC084 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC084

Tints of Winter Hazel #CCC084

Color information

#CCC084 (or 0xCCC084) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 84. RGB value is (204,192,132). Sum of RGB (Red+Green+Blue) = 204+192+132=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC084 is #333F7B. Grayscale: #BDBDBD. Windows color (decimal): -3358588 or 8700108. OLE color: 8700108.

HSL color Cylindrical-coordinate representation of color #CCC084: hue angle of 50º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC084 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204192132-
CMYK00.060.350.2
HSL50º41.38%65.88%-
HSV(B)50º35.29%80%-
XYZ47.9252.229.38-
YUV188.7595.98138.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 132 (51.95% from 255) = 25%
R=38.64%
G=36.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419213200.060.350.25041.3865.88
HexCCC084062314322942
Octal3143002040643246251102
Binary1100110011000000100001000110100011101001100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC084; }

 p { color: rgb(204,192,132); }

 H1.HeaderClassName
 {
   color: #CCC084;
 }
 .AnyTagClassName
 {
   color: #CCC084;
 }
</style>
background-color css

<style>
 a { background-color: #CCC084; }

 a { background-color: rgb(204,192,132); }

 div.DivClassName
 {
   background-color: #CCC084;
 }
 .BgClassName
 {
   background-color: #CCC084;
 }
</style>
border-color css

<style>
 span { border-color: #CCC084; }

 span { border-color: rgb(204,192,132); }

 td.TdClassName
 {
   border-color: #CCC084;
 }
 .TagClassName
 {
   border-color: #CCC084;
 }
</style>