#CAC561

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

Shades of Wild Willow #CAC561

Tints of Wild Willow #CAC561

Color information

#CAC561 (or 0xCAC561) is unknown color: approx Wild Willow. HEX triplet: CA, C5 and 61. RGB value is (202,197,97). Sum of RGB (Red+Green+Blue) = 202+197+97=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC561 is #353A9E. Grayscale: #BBBBBB. Windows color (decimal): -3488415 or 6407626. OLE color: 6407626.

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

Color convert

RGB20219797-
CMYK00.020.520.21
HSL57.14º49.76%58.63%-
HSV(B)57.14º51.98%79.22%-
XYZ46.4853.3519.16-
YUV187.0977.16138.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=40.73%
G=39.72%
B=19.56%

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
Decimal2021979700.020.520.2157.1449.7658.63
HexCAC56102341539323b
Octal312305141026425716273
Binary1100101011000101110000101011010010101111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC561; }

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

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

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

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

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

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

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

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