#CAC490

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

Shades of Winter Hazel #CAC490

Tints of Winter Hazel #CAC490

Color information

#CAC490 (or 0xCAC490) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 90. RGB value is (202,196,144). Sum of RGB (Red+Green+Blue) = 202+196+144=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC490 is #353B6F. Grayscale: #C0C0C0. Windows color (decimal): -3488624 or 9487562. OLE color: 9487562.

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

Color convert

RGB202196144-
CMYK00.030.290.21
HSL53.79º35.37%67.84%-
HSV(B)53.79º28.71%79.22%-
XYZ49.1354.0534.23-
YUV191.87100.99135.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=37.27%
G=36.16%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219614400.030.290.2153.7935.3767.84
HexCAC490031D15362344
Octal3123042200335256643104
Binary11001010110001001001000001111101101011101101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC490; }

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

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

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

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

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

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

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

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