#CAC390

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

Shades of Winter Hazel #CAC390

Tints of Winter Hazel #CAC390

Color information

#CAC390 (or 0xCAC390) is unknown color: approx Winter Hazel. HEX triplet: CA, C3 and 90. RGB value is (202,195,144). Sum of RGB (Red+Green+Blue) = 202+195+144=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC390 is #353C6F. Grayscale: #BFBFBF. Windows color (decimal): -3488880 or 9487306. OLE color: 9487306.

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

Color convert

RGB202195144-
CMYK00.030.290.21
HSL52.76º35.37%67.84%-
HSV(B)52.76º28.71%79.22%-
XYZ48.9153.634.15-
YUV191.28101.32135.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=37.34%
G=36.04%
B=26.62%

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
Decimal20219514400.030.290.2152.7635.3767.84
HexCAC390031D15352344
Octal3123032200335256543104
Binary11001010110000111001000001111101101011101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC390; }

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

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

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

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

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

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

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

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