#CAC280

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

Shades of Winter Hazel #CAC280

Tints of Winter Hazel #CAC280

Color information

#CAC280 (or 0xCAC280) is unknown color: approx Winter Hazel. HEX triplet: CA, C2 and 80. RGB value is (202,194,128). Sum of RGB (Red+Green+Blue) = 202+194+128=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC280 is #353D7F. Grayscale: #BDBDBD. Windows color (decimal): -3489152 or 8438474. OLE color: 8438474.

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

Color convert

RGB202194128-
CMYK00.040.370.21
HSL53.51º41.11%64.71%-
HSV(B)53.51º36.63%79.22%-
XYZ47.5552.728.09-
YUV188.8793.65137.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=38.55%
G=37.02%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219412800.040.370.2153.5141.1164.71
HexCAC280042515362941
Octal3123022000445256651101
Binary1100101011000010100000000100100101101011101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC280; }

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

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

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

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

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

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

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

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