#CAC95F

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

Shades of Wild Willow #CAC95F

Tints of Wild Willow #CAC95F

Color information

#CAC95F (or 0xCAC95F) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 5F. RGB value is (202,201,95). Sum of RGB (Red+Green+Blue) = 202+201+95=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC95F is #3536A0. Grayscale: #BDBDBD. Windows color (decimal): -3487393 or 6277578. OLE color: 6277578.

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

Color convert

RGB20220195-
CMYK00.000.530.21
HSL59.44º50.23%58.24%-
HSV(B)59.44º52.97%79.22%-
XYZ47.3155.1618.98-
YUV189.2274.83137.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=40.56%
G=40.36%
B=19.08%

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
Decimal2022019500.000.530.2159.4450.2358.24
HexCAC95F0035153b323a
Octal312311137006525736272
Binary110010101100100110111110011010110101111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC95F; }

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

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

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

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

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

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

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

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