#c1c060

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

Shades of Wild Willow #C1C060

Tints of Wild Willow #C1C060

Color information

#C1C060 (or 0xC1C060) is unknown color: approx Wild Willow. HEX triplet: C1, C0 and 60. RGB value is (193,192,96). Sum of RGB (Red+Green+Blue) = 193+192+96=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C060 is #3E3F9F. Grayscale: #B5B5B5. Windows color (decimal): -4079520 or 6340801. OLE color: 6340801.

HSL color Cylindrical-coordinate representation of color #C1C060: hue angle of 59.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1C060 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19319296-
CMYK00.010.500.24
HSL59.38º43.89%56.67%-
HSV(B)59.38º50.26%75.69%-
XYZ42.9549.8818.43-
YUV181.3679.83136.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=40.12%
G=39.92%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931929600.010.500.2459.3843.8956.67
HexC1C0600132183b2c39
Octal301300140016230735471
Binary110000011100000011000000111001011000111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1c060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1c060; }

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

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

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

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

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

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

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

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