#C8C55C

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

Shades of Wild Willow #C8C55C

Tints of Wild Willow #C8C55C

Color information

#C8C55C (or 0xC8C55C) is unknown color: approx Wild Willow. HEX triplet: C8, C5 and 5C. RGB value is (200,197,92). Sum of RGB (Red+Green+Blue) = 200+197+92=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C55C is #373AA3. Grayscale: #BABABA. Windows color (decimal): -3619492 or 6079944. OLE color: 6079944.

HSL color Cylindrical-coordinate representation of color #C8C55C: hue angle of 58.33º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8C55C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20019792-
CMYK00.020.540.22
HSL58.33º49.54%57.25%-
HSV(B)58.33º54%78.43%-
XYZ45.7252.9817.94-
YUV185.9374.99138.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 92 (36.33% from 255) = 18.81%
R=40.90%
G=40.29%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001979200.020.540.2258.3349.5457.25
HexC8C55C0236163a3239
Octal310305134026626726271
Binary1100100011000101101110001011011010110111010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C55C; }

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

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

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

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

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

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

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

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