#c8c855

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

Shades of Wild Willow #C8C855

Tints of Wild Willow #C8C855

Color information

#C8C855 (or 0xC8C855) is unknown color: approx Wild Willow. HEX triplet: C8, C8 and 55. RGB value is (200,200,85). Sum of RGB (Red+Green+Blue) = 200+200+85=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C855 is #3737AA. Grayscale: #BBBBBB. Windows color (decimal): -3618731 or 5621960. OLE color: 5621960.

HSL color Cylindrical-coordinate representation of color #C8C855: hue angle of 60º 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 #C8C855 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20020085-
CMYK000.580.22
HSL60º51.11%55.88%-
HSV(B)60º57.5%78.43%-
XYZ46.1154.2416.63-
YUV186.8970.5137.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 85 (33.59% from 255) = 17.53%
R=41.24%
G=41.24%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020085000.580.226051.1155.88
HexC8C855003A163c3338
Octal310310125007226746370
Binary110010001100100010101010011101010110111100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8c855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8c855; }

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

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

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

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

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

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

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

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