#CAC560

Color #CAC560 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CAC560

Tints of Wild Willow #CAC560

Color information

#CAC560 (or 0xCAC560) is unknown color: approx Wild Willow. HEX triplet: CA, C5 and 60. RGB value is (202,197,96). Sum of RGB (Red+Green+Blue) = 202+197+96=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC560 is #353A9F. Grayscale: #BBBBBB. Windows color (decimal): -3488416 or 6342090. OLE color: 6342090.

HSL color Cylindrical-coordinate representation of color #CAC560: hue angle of 57.17º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAC560 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20219796-
CMYK00.020.520.21
HSL57.17º50%58.43%-
HSV(B)57.17º52.48%79.22%-
XYZ46.4353.3318.91-
YUV186.9876.66138.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 197 (77.34% from 255) = 39.80%
BLUE value IS 96 (37.89% from 255) = 19.39%
R=40.81%
G=39.80%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021979600.020.520.2157.175058.43
HexCAC56002341539323a
Octal312305140026425716272
Binary1100101011000101110000001011010010101111001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC560; }

 p { color: rgb(202,197,96); }

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

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

 a { background-color: rgb(202,197,96); }

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

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

 span { border-color: rgb(202,197,96); }

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