#CAC757

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

Shades of Wild Willow #CAC757

Tints of Wild Willow #CAC757

Color information

#CAC757 (or 0xCAC757) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 57. RGB value is (202,199,87). Sum of RGB (Red+Green+Blue) = 202+199+87=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC757 is #3538A8. Grayscale: #BBBBBB. Windows color (decimal): -3487913 or 5752778. OLE color: 5752778.

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

Color convert

RGB20219987-
CMYK00.010.570.21
HSL58.43º52.04%56.67%-
HSV(B)58.43º56.93%79.22%-
XYZ46.554.0917.01-
YUV187.1371.49138.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 87 (34.38% from 255) = 17.83%
R=41.39%
G=40.78%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021998700.010.570.2158.4352.0456.67
HexCAC7570139153a3439
Octal312307127017125726471
Binary110010101100011110101110111100110101111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC757; }

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

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

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

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

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

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

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

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