#C8C555

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

Shades of Wild Willow #C8C555

Tints of Wild Willow #C8C555

Color information

#C8C555 (or 0xC8C555) is unknown color: approx Wild Willow. HEX triplet: C8, C5 and 55. RGB value is (200,197,85). Sum of RGB (Red+Green+Blue) = 200+197+85=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C555 is #373AAA. Grayscale: #B9B9B9. Windows color (decimal): -3619499 or 5621192. OLE color: 5621192.

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

Color convert

RGB20019785-
CMYK00.020.580.22
HSL58.43º51.11%55.88%-
HSV(B)58.43º57.5%78.43%-
XYZ45.4352.8716.4-
YUV185.1371.49138.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=41.49%
G=40.87%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001978500.020.580.2258.4351.1155.88
HexC8C555023A163a3338
Octal310305125027226726370
Binary1100100011000101101010101011101010110111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C555; }

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

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

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

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

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

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

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

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