#CAC584

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

Shades of Winter Hazel #CAC584

Tints of Winter Hazel #CAC584

Color information

#CAC584 (or 0xCAC584) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 84. RGB value is (202,197,132). Sum of RGB (Red+Green+Blue) = 202+197+132=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC584 is #353A7B. Grayscale: #BFBFBF. Windows color (decimal): -3488380 or 8701386. OLE color: 8701386.

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

Color convert

RGB202197132-
CMYK00.020.350.21
HSL55.71º39.77%65.49%-
HSV(B)55.71º34.65%79.22%-
XYZ48.4954.1629.73-
YUV191.0894.66135.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=38.04%
G=37.10%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219713200.020.350.2155.7139.7765.49
HexCAC584022315382841
Octal3123052040243257050101
Binary110010101100010110000100010100011101011110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC584; }

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

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

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

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

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

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

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

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