#CAC382

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

Shades of Winter Hazel #CAC382

Tints of Winter Hazel #CAC382

Color information

#CAC382 (or 0xCAC382) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 82. RGB value is (202,195,130). Sum of RGB (Red+Green+Blue) = 202+195+130=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC382 is #353C7D. Grayscale: #BDBDBD. Windows color (decimal): -3488894 or 8569802. OLE color: 8569802.

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

Color convert

RGB202195130-
CMYK00.030.360.21
HSL54.17º40.45%65.1%-
HSV(B)54.17º35.64%79.22%-
XYZ47.953.228.86-
YUV189.6894.32136.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 195 (76.56% from 255) = 37.00%
BLUE value IS 130 (51.17% from 255) = 24.67%
R=38.33%
G=37.00%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219513000.030.360.2154.1740.4565.1
HexCAC382032415362841
Octal3123032020344256650101
Binary110010101100001110000010011100100101011101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC382; }

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

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

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

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

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

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

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

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