#C0C05A

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

Shades of Wild Willow #C0C05A

Tints of Wild Willow #C0C05A

Color information

#C0C05A (or 0xC0C05A) is unknown color: approx Wild Willow. HEX triplet: C0, C0 and 5A. RGB value is (192,192,90). Sum of RGB (Red+Green+Blue) = 192+192+90=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C05A is #3F3FA5. Grayscale: #B4B4B4. Windows color (decimal): -4145062 or 5947584. OLE color: 5947584.

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

Color convert

RGB19219290-
CMYK000.530.25
HSL60º44.74%55.29%-
HSV(B)60º53.12%75.29%-
XYZ42.4349.6417.02-
YUV180.3777136.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=40.51%
G=40.51%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219290000.530.256044.7455.29
HexC0C05A0035193c2d37
Octal300300132006531745567
Binary110000001100000010110100011010111001111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C05A; }

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

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

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

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

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

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

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

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