#CAC86B

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

Shades of Wild Willow #CAC86B

Tints of Wild Willow #CAC86B

Color information

#CAC86B (or 0xCAC86B) is unknown color: approx Wild Willow. HEX triplet: CA, C8 and 6B. RGB value is (202,200,107). Sum of RGB (Red+Green+Blue) = 202+200+107=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC86B is #353794. Grayscale: #BEBEBE. Windows color (decimal): -3487637 or 7063754. OLE color: 7063754.

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

Color convert

RGB202200107-
CMYK00.010.470.21
HSL58.74º47.26%60.59%-
HSV(B)58.74º47.03%79.22%-
XYZ47.6754.9322-
YUV19081.16136.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=39.69%
G=39.29%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220010700.010.470.2158.7447.2660.59
HexCAC86B012F153b2f3d
Octal312310153015725735775
Binary110010101100100011010110110111110101111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC86B; }

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

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

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

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

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

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

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

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