#CAC48C

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

Shades of Winter Hazel #CAC48C

Tints of Winter Hazel #CAC48C

Color information

#CAC48C (or 0xCAC48C) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 8C. RGB value is (202,196,140). Sum of RGB (Red+Green+Blue) = 202+196+140=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48C is #353B73. Grayscale: #BFBFBF. Windows color (decimal): -3488628 or 9225418. OLE color: 9225418.

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

Color convert

RGB202196140-
CMYK00.030.310.21
HSL54.19º36.9%67.06%-
HSV(B)54.19º30.69%79.22%-
XYZ48.8353.9332.65-
YUV191.4198.99135.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 196 (76.95% from 255) = 36.43%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=37.55%
G=36.43%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219614000.030.310.2154.1936.967.06
HexCAC48C031F15362543
Octal3123042140337256645103
Binary11001010110001001000110001111111101011101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC48C; }

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

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

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

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

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

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

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

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