#CAC964

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

Shades of Wild Willow #CAC964

Tints of Wild Willow #CAC964

Color information

#CAC964 (or 0xCAC964) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 64. RGB value is (202,201,100). Sum of RGB (Red+Green+Blue) = 202+201+100=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC964 is #35369B. Grayscale: #BEBEBE. Windows color (decimal): -3487388 or 6605258. OLE color: 6605258.

HSL color Cylindrical-coordinate representation of color #CAC964: hue angle of 59.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC964 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202201100-
CMYK00.000.500.21
HSL59.41º49.04%59.22%-
HSV(B)59.41º50.5%79.22%-
XYZ47.5455.2520.22-
YUV189.7877.33136.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=40.16%
G=39.96%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220110000.000.500.2159.4149.0459.22
HexCAC9640032153b313b
Octal312311144006225736173
Binary110010101100100111001000011001010101111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC964; }

 p { color: rgb(202,201,100); }

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

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

 a { background-color: rgb(202,201,100); }

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

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

 span { border-color: rgb(202,201,100); }

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