#CAC96E

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

Shades of Wild Willow #CAC96E

Tints of Wild Willow #CAC96E

Color information

#CAC96E (or 0xCAC96E) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 6E. RGB value is (202,201,110). Sum of RGB (Red+Green+Blue) = 202+201+110=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC96E is #353691. Grayscale: #BFBFBF. Windows color (decimal): -3487378 or 7260618. OLE color: 7260618.

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

Color convert

RGB202201110-
CMYK00.000.460.21
HSL59.35º46.46%61.18%-
HSV(B)59.35º45.54%79.22%-
XYZ48.0655.4622.92-
YUV190.9282.33135.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 201 (78.91% from 255) = 39.18%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=39.38%
G=39.18%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220111000.000.460.2159.3546.4661.18
HexCAC96E002E153b2e3d
Octal312311156005625735675
Binary110010101100100111011100010111010101111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC96E; }

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

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

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

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

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

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

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

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