#C2C365

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

Shades of Wild Willow #C2C365

Tints of Wild Willow #C2C365

Color information

#C2C365 (or 0xC2C365) is unknown color: approx Wild Willow. HEX triplet: C2, C3 and 65. RGB value is (194,195,101). Sum of RGB (Red+Green+Blue) = 194+195+101=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C365 is #3D3C9A. Grayscale: #B8B8B8. Windows color (decimal): -4013211 or 6669250. OLE color: 6669250.

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

Color convert

RGB194195101-
CMYK0.0100.480.24
HSL60.64º43.93%58.04%-
HSV(B)60.64º48.21%76.47%-
XYZ44.1151.4419.92-
YUV183.9881.17135.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=39.59%
G=39.80%
B=20.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951010.0100.480.2460.6443.9358.04
HexC2C3651030183d2c3a
Octal302303145106030755472
Binary110000101100001111001011011000011000111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C365; }

 p { color: rgb(194,195,101); }

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

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

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

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

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

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

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