#CAC95A

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

Shades of Wild Willow #CAC95A

Tints of Wild Willow #CAC95A

Color information

#CAC95A (or 0xCAC95A) is unknown color: approx Wild Willow. HEX triplet: CA, C9 and 5A. RGB value is (202,201,90). Sum of RGB (Red+Green+Blue) = 202+201+90=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC95A is #3536A5. Grayscale: #BDBDBD. Windows color (decimal): -3487398 or 5949898. OLE color: 5949898.

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

Color convert

RGB20220190-
CMYK00.000.550.21
HSL59.46º51.38%57.25%-
HSV(B)59.46º55.45%79.22%-
XYZ47.0955.0717.82-
YUV188.6472.33137.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 201 (78.91% from 255) = 40.77%
BLUE value IS 90 (35.55% from 255) = 18.26%
R=40.97%
G=40.77%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022019000.000.550.2159.4651.3857.25
HexCAC95A0037153b3339
Octal312311132006725736371
Binary110010101100100110110100011011110101111011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC95A; }

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

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

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

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

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

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

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

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