#C1C05A

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

Shades of Wild Willow #C1C05A

Tints of Wild Willow #C1C05A

Color information

#C1C05A (or 0xC1C05A) is unknown color: approx Wild Willow. HEX triplet: C1, C0 and 5A. RGB value is (193,192,90). Sum of RGB (Red+Green+Blue) = 193+192+90=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C05A is #3E3FA5. Grayscale: #B5B5B5. Windows color (decimal): -4079526 or 5947585. OLE color: 5947585.

HSL color Cylindrical-coordinate representation of color #C1C05A: hue angle of 59.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1C05A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19319290-
CMYK00.010.530.24
HSL59.42º45.37%55.49%-
HSV(B)59.42º53.37%75.69%-
XYZ42.6949.7717.03-
YUV180.6776.83136.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=40.63%
G=40.42%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931929000.010.530.2459.4245.3755.49
HexC1C05A0135183b2d37
Octal301300132016530735567
Binary110000011100000010110100111010111000111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C05A; }

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

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

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

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

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

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

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

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