#CAC756

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

Shades of Wild Willow #CAC756

Tints of Wild Willow #CAC756

Color information

#CAC756 (or 0xCAC756) is unknown color: approx Wild Willow. HEX triplet: CA, C7 and 56. RGB value is (202,199,86). Sum of RGB (Red+Green+Blue) = 202+199+86=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC756 is #3538A9. Grayscale: #BBBBBB. Windows color (decimal): -3487914 or 5687242. OLE color: 5687242.

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

Color convert

RGB20219986-
CMYK00.010.570.21
HSL58.45º52.25%56.47%-
HSV(B)58.45º57.43%79.22%-
XYZ46.4654.0816.79-
YUV187.0270.99138.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 86 (33.98% from 255) = 17.66%
R=41.48%
G=40.86%
B=17.66%

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
Decimal2021998600.010.570.2158.4552.2556.47
HexCAC7560139153a3438
Octal312307126017125726470
Binary110010101100011110101100111100110101111010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC756; }

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

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

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

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

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

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

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

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