#C6C158

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

Shades of Wild Willow #C6C158

Tints of Wild Willow #C6C158

Color information

#C6C158 (or 0xC6C158) is unknown color: approx Wild Willow. HEX triplet: C6, C1 and 58. RGB value is (198,193,88). Sum of RGB (Red+Green+Blue) = 198+193+88=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C158 is #393EA7. Grayscale: #B6B6B6. Windows color (decimal): -3751592 or 5816774. OLE color: 5816774.

HSL color Cylindrical-coordinate representation of color #C6C158: hue angle of 57.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6C158 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19819388-
CMYK00.030.560.22
HSL57.27º49.11%56.08%-
HSV(B)57.27º55.56%77.65%-
XYZ44.1250.8516.72-
YUV182.5274.66139.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 88 (34.77% from 255) = 18.37%
R=41.34%
G=40.29%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981938800.030.560.2257.2749.1156.08
HexC6C158033816393138
Octal306301130037026716170
Binary1100011011000001101100001111100010110111001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C158; }

 p { color: rgb(198,193,88); }

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

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

 a { background-color: rgb(198,193,88); }

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

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

 span { border-color: rgb(198,193,88); }

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