#C2C258

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

Shades of Wild Willow #C2C258

Tints of Wild Willow #C2C258

Color information

#C2C258 (or 0xC2C258) is unknown color: approx Wild Willow. HEX triplet: C2, C2 and 58. RGB value is (194,194,88). Sum of RGB (Red+Green+Blue) = 194+194+88=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C258 is #3D3DA7. Grayscale: #B6B6B6. Windows color (decimal): -4013480 or 5817026. OLE color: 5817026.

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

Color convert

RGB19419488-
CMYK000.550.24
HSL60º46.49%55.29%-
HSV(B)60º54.64%76.08%-
XYZ43.350.7616.75-
YUV181.9275136.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 88 (34.77% from 255) = 18.49%
R=40.76%
G=40.76%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419488000.550.246046.4955.29
HexC2C2580037183c2e37
Octal302302130006730745667
Binary110000101100001010110000011011111000111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C258; }

 p { color: rgb(194,194,88); }

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

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

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

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

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

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

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