#CAC95E

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

Shades of Wild Willow #CAC95E

Tints of Wild Willow #CAC95E

Color information

#CAC95E (or 0xCAC95E) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 5E. RGB value is (202,201,94). Sum of RGB (Red+Green+Blue) = 202+201+94=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC95E is #3536A1. Grayscale: #BDBDBD. Windows color (decimal): -3487394 or 6212042. OLE color: 6212042.

HSL color Cylindrical-coordinate representation of color #CAC95E: hue angle of 59.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAC95E is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20220194-
CMYK00.000.530.21
HSL59.44º50.47%58.04%-
HSV(B)59.44º53.47%79.22%-
XYZ47.2655.1418.74-
YUV189.174.33137.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=40.64%
G=40.44%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022019400.000.530.2159.4450.4758.04
HexCAC95E0035153b323a
Octal312311136006525736272
Binary110010101100100110111100011010110101111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC95E; }

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

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

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

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

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

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

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

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