#CAC957

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

Shades of Wild Willow #CAC957

Tints of Wild Willow #CAC957

Color information

#CAC957 (or 0xCAC957) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 57. RGB value is (202,201,87). Sum of RGB (Red+Green+Blue) = 202+201+87=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC957 is #3536A8. Grayscale: #BCBCBC. Windows color (decimal): -3487401 or 5753290. OLE color: 5753290.

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

Color convert

RGB20220187-
CMYK00.000.570.21
HSL59.48º52.04%56.67%-
HSV(B)59.48º56.93%79.22%-
XYZ46.9655.0217.16-
YUV188.370.83137.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 87 (34.38% from 255) = 17.76%
R=41.22%
G=41.02%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022018700.000.570.2159.4852.0456.67
HexCAC9570039153b3439
Octal312311127007125736471
Binary110010101100100110101110011100110101111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC957; }

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

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

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

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

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

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

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

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