#C4C15A

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

Shades of Wild Willow #C4C15A

Tints of Wild Willow #C4C15A

Color information

#C4C15A (or 0xC4C15A) is unknown color: approx Wild Willow. HEX triplet: C4, C1 and 5A. RGB value is (196,193,90). Sum of RGB (Red+Green+Blue) = 196+193+90=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C15A is #3B3EA5. Grayscale: #B6B6B6. Windows color (decimal): -3882662 or 5947844. OLE color: 5947844.

HSL color Cylindrical-coordinate representation of color #C4C15A: hue angle of 58.3º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4C15A is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19619390-
CMYK00.020.540.23
HSL58.3º47.32%56.08%-
HSV(B)58.3º54.08%76.86%-
XYZ43.6850.6117.14-
YUV182.1575.99137.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=40.92%
G=40.29%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961939000.020.540.2358.347.3256.08
HexC4C15A0236173a2f38
Octal304301132026627725770
Binary1100010011000001101101001011011010111111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C15A; }

 p { color: rgb(196,193,90); }

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

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

 a { background-color: rgb(196,193,90); }

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

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

 span { border-color: rgb(196,193,90); }

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