Html Css Color HEX #C9C95F Wild Willow

📋 copy color: '#C9C95F'

red 201 ◦ green 201 ◦ blue 95

#C9C95F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C9C95F

Tints of Wild Willow #C9C95F

RGB

 RED value IS 201 (78.91% from 255) = 40.44%

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 95 (37.5% from 255) = 19.11%

R = 40.44%
G = 40.44%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9C95F (or 0xC9C95F) is known color: Wild Willow. HEX triplet: C9, C9 and 5F. RGB value is (201,201,95). Sum of RGB (Red+Green+Blue) = 201+201+95=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C95F is #3636A0. Grayscale: #BDBDBD. Windows color (decimal): -3552929 or 6277577. OLE color: 6277577.

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

Color convert

RGB 201 201 95 -
CMYK 0 0 0.53 0.21
HSL 60º 0.5% 0.58% -
HSV(B) 60º 0.53% 0.79% -
XYZ 47.04 55.02 18.97 -
YUV 188.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 201 201 95 0 0 0.53 0.21 60 0.5 0.58
Hex C9 C9 5F 0 0 35 15 3C 32 3A
Octal 311 311 137 0 0 65 25 74 62 72
Binary 11001001 11001001 1011111 0 0 110101 10101 111100 110010 111010

Color Harmonies of #C9C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C95F

Black with #C9C95F

Text Example


Text Example

White with #C9C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C95F; }

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

 H1.HeaderClassName
 {
   color: #C9C95F;
 }
 .AnyTagClassName
 {
   color: #C9C95F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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