#CACA5F

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

Shades of Wild Willow #CACA5F

Tints of Wild Willow #CACA5F

Color information

#CACA5F (or 0xCACA5F) is unknown color: approx Wild Willow. HEX triplet: CA, CA and 5F. RGB value is (202,202,95). Sum of RGB (Red+Green+Blue) = 202+202+95=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA5F is #3535A0. Grayscale: #BEBEBE. Windows color (decimal): -3487137 or 6277834. OLE color: 6277834.

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

Color convert

RGB20220295-
CMYK000.530.21
HSL60º50.23%58.24%-
HSV(B)60º52.97%79.22%-
XYZ47.5455.6219.06-
YUV189.874.5136.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=40.48%
G=40.48%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220295000.530.216050.2358.24
HexCACA5F0035153c323a
Octal312312137006525746272
Binary110010101100101010111110011010110101111100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA5F; }

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

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

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

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

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

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

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

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