#C1C058

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

Shades of Wild Willow #C1C058

Tints of Wild Willow #C1C058

Color information

#C1C058 (or 0xC1C058) is unknown color: approx Wild Willow. HEX triplet: C1, C0 and 58. RGB value is (193,192,88). Sum of RGB (Red+Green+Blue) = 193+192+88=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C058 is #3E3FA7. Grayscale: #B4B4B4. Windows color (decimal): -4079528 or 5816513. OLE color: 5816513.

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

Color convert

RGB19319288-
CMYK00.010.540.24
HSL59.43º45.85%55.1%-
HSV(B)59.43º54.4%75.69%-
XYZ42.649.7416.59-
YUV180.4475.83136.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=40.80%
G=40.59%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931928800.010.540.2459.4345.8555.1
HexC1C0580136183b2e37
Octal301300130016630735667
Binary110000011100000010110000111011011000111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C058; }

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

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

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

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

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

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

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

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