#C8C461

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

Shades of Wild Willow #C8C461

Tints of Wild Willow #C8C461

Color information

#C8C461 (or 0xC8C461) is unknown color: approx Wild Willow. HEX triplet: C8, C4 and 61. RGB value is (200,196,97). Sum of RGB (Red+Green+Blue) = 200+196+97=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C461 is #373B9E. Grayscale: #BABABA. Windows color (decimal): -3619743 or 6407368. OLE color: 6407368.

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

Color convert

RGB20019697-
CMYK00.020.520.22
HSL57.67º48.36%58.24%-
HSV(B)57.67º51.5%78.43%-
XYZ45.7252.6219.06-
YUV185.9177.83138.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=40.57%
G=39.76%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001969700.020.520.2257.6748.3658.24
HexC8C4610234163a303a
Octal310304141026426726072
Binary1100100011000100110000101011010010110111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C461; }

 p { color: rgb(200,196,97); }

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

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

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

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

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

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

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