#CAC760

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

Shades of Wild Willow #CAC760

Tints of Wild Willow #CAC760

Color information

#CAC760 (or 0xCAC760) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 60. RGB value is (202,199,96). Sum of RGB (Red+Green+Blue) = 202+199+96=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC760 is #35389F. Grayscale: #BCBCBC. Windows color (decimal): -3487904 or 6342602. OLE color: 6342602.

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

Color convert

RGB20219996-
CMYK00.010.520.21
HSL58.3º50%58.43%-
HSV(B)58.3º52.48%79.22%-
XYZ46.8954.2519.07-
YUV188.1575.99137.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 96 (37.89% from 255) = 19.32%
R=40.64%
G=40.04%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021999600.010.520.2158.35058.43
HexCAC7600134153a323a
Octal312307140016425726272
Binary110010101100011111000000111010010101111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC760; }

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

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

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

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

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

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

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

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