#CAC590

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

Shades of Winter Hazel #CAC590

Tints of Winter Hazel #CAC590

Color information

#CAC590 (or 0xCAC590) is unknown color: approx Winter Hazel. HEX triplet: CA, C5 and 90. RGB value is (202,197,144). Sum of RGB (Red+Green+Blue) = 202+197+144=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC590 is #353A6F. Grayscale: #C0C0C0. Windows color (decimal): -3488368 or 9487818. OLE color: 9487818.

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

Color convert

RGB202197144-
CMYK00.020.290.21
HSL54.83º35.37%67.84%-
HSV(B)54.83º28.71%79.22%-
XYZ49.3654.534.3-
YUV192.45100.66134.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=37.20%
G=36.28%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219714400.020.290.2154.8335.3767.84
HexCAC590021D15372344
Octal3123052200235256743104
Binary11001010110001011001000001011101101011101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC590; }

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

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

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

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

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

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

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

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