#C9C85F

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

Shades of Wild Willow #C9C85F

Tints of Wild Willow #C9C85F

Color information

#C9C85F (or 0xC9C85F) is unknown color: approx Wild Willow. HEX triplet: C9, C8 and 5F. RGB value is (201,200,95). Sum of RGB (Red+Green+Blue) = 201+200+95=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C85F is #3637A0. Grayscale: #BCBCBC. Windows color (decimal): -3553185 or 6277321. OLE color: 6277321.

HSL color Cylindrical-coordinate representation of color #C9C85F: hue angle of 59.43º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9C85F is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20120095-
CMYK00.000.530.21
HSL59.43º49.53%58.04%-
HSV(B)59.43º52.74%78.82%-
XYZ46.8154.5518.89-
YUV188.3375.33137.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=40.52%
G=40.32%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012009500.000.530.2159.4349.5358.04
HexC9C85F0035153b323a
Octal311310137006525736272
Binary110010011100100010111110011010110101111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C85F; }

 p { color: rgb(201,200,95); }

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

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

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

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

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

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

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