#CAC86E

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

Shades of Wild Willow #CAC86E

Tints of Wild Willow #CAC86E

Color information

#CAC86E (or 0xCAC86E) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 6E. RGB value is (202,200,110). Sum of RGB (Red+Green+Blue) = 202+200+110=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC86E is #353791. Grayscale: #BEBEBE. Windows color (decimal): -3487634 or 7260362. OLE color: 7260362.

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

Color convert

RGB202200110-
CMYK00.010.460.21
HSL58.7º46.46%61.18%-
HSV(B)58.7º45.54%79.22%-
XYZ47.8354.9922.85-
YUV190.3482.66136.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 110 (43.36% from 255) = 21.48%
R=39.45%
G=39.06%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220011000.010.460.2158.746.4661.18
HexCAC86E012E153b2e3d
Octal312310156015625735675
Binary110010101100100011011100110111010101111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC86E; }

 p { color: rgb(202,200,110); }

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

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

 a { background-color: rgb(202,200,110); }

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

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

 span { border-color: rgb(202,200,110); }

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