#C0C062

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

Shades of Wild Willow #C0C062

Tints of Wild Willow #C0C062

Color information

#C0C062 (or 0xC0C062) is unknown color: approx Wild Willow. HEX triplet: C0, C0 and 62. RGB value is (192,192,98). Sum of RGB (Red+Green+Blue) = 192+192+98=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C062 is #3F3F9D. Grayscale: #B5B5B5. Windows color (decimal): -4145054 or 6471872. OLE color: 6471872.

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

Color convert

RGB19219298-
CMYK000.490.25
HSL60º42.73%56.86%-
HSV(B)60º48.96%75.29%-
XYZ42.7949.7918.91-
YUV181.2881135.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=39.83%
G=39.83%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219298000.490.256042.7356.86
HexC0C0620031193c2b39
Octal300300142006131745371
Binary110000001100000011000100011000111001111100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C062; }

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

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

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

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

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

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

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

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