#CAC48E

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

Shades of Winter Hazel #CAC48E

Tints of Winter Hazel #CAC48E

Color information

#CAC48E (or 0xCAC48E) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 8E. RGB value is (202,196,142). Sum of RGB (Red+Green+Blue) = 202+196+142=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48E is #353B71. Grayscale: #BFBFBF. Windows color (decimal): -3488626 or 9356490. OLE color: 9356490.

HSL color Cylindrical-coordinate representation of color #CAC48E: hue angle of 54º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC48E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202196142-
CMYK00.030.300.21
HSL54º36.14%67.45%-
HSV(B)54º29.7%79.22%-
XYZ48.9853.9933.43-
YUV191.6499.99135.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=37.41%
G=36.30%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219614200.030.300.215436.1467.45
HexCAC48E031E15362443
Octal3123042160336256644103
Binary11001010110001001000111001111110101011101101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC48E; }

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

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

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

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

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

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

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

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