#CAC384

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

Shades of Winter Hazel #CAC384

Tints of Winter Hazel #CAC384

Color information

#CAC384 (or 0xCAC384) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 84. RGB value is (202,195,132). Sum of RGB (Red+Green+Blue) = 202+195+132=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC384 is #353C7B. Grayscale: #BEBEBE. Windows color (decimal): -3488892 or 8700874. OLE color: 8700874.

HSL color Cylindrical-coordinate representation of color #CAC384: hue angle of 54º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAC384 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202195132-
CMYK00.030.350.21
HSL54º39.77%65.49%-
HSV(B)54º34.65%79.22%-
XYZ48.0453.2529.58-
YUV189.9195.32136.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=38.19%
G=36.86%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219513200.030.350.215439.7765.49
HexCAC384032315362841
Octal3123032040343256650101
Binary110010101100001110000100011100011101011101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC384; }

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

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

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

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

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

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

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

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