#CAC480

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

Shades of Winter Hazel #CAC480

Tints of Winter Hazel #CAC480

Color information

#CAC480 (or 0xCAC480) is unknown color: approx Winter Hazel. HEX triplet: CA, C4 and 80. RGB value is (202,196,128). Sum of RGB (Red+Green+Blue) = 202+196+128=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC480 is #353B7F. Grayscale: #BEBEBE. Windows color (decimal): -3488640 or 8438986. OLE color: 8438986.

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

Color convert

RGB202196128-
CMYK00.030.370.21
HSL55.14º41.11%64.71%-
HSV(B)55.14º36.63%79.22%-
XYZ47.9953.5928.24-
YUV190.0492.99136.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=38.40%
G=37.26%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219612800.030.370.2155.1441.1164.71
HexCAC480032515372941
Octal3123042000345256751101
Binary110010101100010010000000011100101101011101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC480; }

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

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

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

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

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

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

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

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