#CAC588

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

Shades of Winter Hazel #CAC588

Tints of Winter Hazel #CAC588

Color information

#CAC588 (or 0xCAC588) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 88. RGB value is (202,197,136). Sum of RGB (Red+Green+Blue) = 202+197+136=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC588 is #353A77. Grayscale: #BFBFBF. Windows color (decimal): -3488376 or 8963530. OLE color: 8963530.

HSL color Cylindrical-coordinate representation of color #CAC588: hue angle of 55.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAC588 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202197136-
CMYK00.020.330.21
HSL55.45º38.37%66.27%-
HSV(B)55.45º32.67%79.22%-
XYZ48.7754.2731.2-
YUV191.5496.66135.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=37.76%
G=36.82%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219713600.020.330.2155.4538.3766.27
HexCAC588022115372642
Octal3123052100241256746102
Binary110010101100010110001000010100001101011101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC588; }

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

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

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

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

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

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

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

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