#CCC384

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

Shades of Winter Hazel #CCC384

Tints of Winter Hazel #CCC384

Color information

#CCC384 (or 0xCCC384) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 84. RGB value is (204,195,132). Sum of RGB (Red+Green+Blue) = 204+195+132=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC384 is #333C7B. Grayscale: #BEBEBE. Windows color (decimal): -3357820 or 8700876. OLE color: 8700876.

HSL color Cylindrical-coordinate representation of color #CCC384: hue angle of 52.5º 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 #CCC384 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204195132-
CMYK00.040.350.2
HSL52.5º41.38%65.88%-
HSV(B)52.5º35.29%80%-
XYZ48.5853.5329.6-
YUV190.5194.98137.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=38.42%
G=36.72%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419513200.040.350.252.541.3865.88
HexCCC384042314342942
Octal3143032040443246451102
Binary1100110011000011100001000100100011101001101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC384; }

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

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

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

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

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

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

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

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