#CAC660

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

Shades of Wild Willow #CAC660

Tints of Wild Willow #CAC660

Color information

#CAC660 (or 0xCAC660) is unknown color: approx Wild Willow. HEX triplet: CA, C6 and 60. RGB value is (202,198,96). Sum of RGB (Red+Green+Blue) = 202+198+96=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC660 is #35399F. Grayscale: #BBBBBB. Windows color (decimal): -3488160 or 6342346. OLE color: 6342346.

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

Color convert

RGB20219896-
CMYK00.020.520.21
HSL57.74º50%58.43%-
HSV(B)57.74º52.48%79.22%-
XYZ46.6653.7918.99-
YUV187.5776.33138.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 96 (37.89% from 255) = 19.35%
R=40.73%
G=39.92%
B=19.35%

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
Decimal2021989600.020.520.2157.745058.43
HexCAC6600234153a323a
Octal312306140026425726272
Binary1100101011000110110000001011010010101111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC660; }

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

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

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

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

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

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

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

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