#C2C855

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

Shades of Wild Willow #C2C855

Tints of Wild Willow #C2C855

Color information

#C2C855 (or 0xC2C855) is unknown color: approx Wild Willow. HEX triplet: C2, C8 and 55. RGB value is (194,200,85). Sum of RGB (Red+Green+Blue) = 194+200+85=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C855 is #3D37AA. Grayscale: #B9B9B9. Windows color (decimal): -4011947 or 5621954. OLE color: 5621954.

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

Color convert

RGB19420085-
CMYK0.0300.580.22
HSL63.13º51.11%55.88%-
HSV(B)63.13º57.5%78.43%-
XYZ44.5453.4316.56-
YUV185.171.51134.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 85 (33.59% from 255) = 17.75%
R=40.50%
G=41.75%
B=17.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194200850.0300.580.2263.1351.1155.88
HexC2C855303A163f3338
Octal302310125307226776370
Binary1100001011001000101010111011101010110111111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C855; }

 p { color: rgb(194,200,85); }

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

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

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

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

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

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

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