Shades of Wild Willow #C9C35C
Tints of Wild Willow #C9C35C
RGB
CMYK
RGB Variations
Color information
#C9C35C (or 0xC9C35C) is known color: Wild Willow. HEX triplet: C9, C3 and 5C. RGB value is (201,195,92). Sum of RGB (Red+Green+Blue) = 201+195+92=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C35C is #363CA3. Grayscale: #B9B9B9. Windows color (decimal): -3554468 or 6079433. OLE color: 6079433.
HSL color Cylindrical-coordinate representation of color #C9C35C: hue angle of 56.7º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9C35C is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 92 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.21 |
| HSL | 56.7º | 0.5% | 0.57% | - |
| HSV(B) | 56.7º | 0.54% | 0.79% | - |
| XYZ | 45.53 | 52.22 | 17.8 | - |
| YUV | 185.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 92 | 0 | 0.03 | 0.54 | 0.21 | 56.7 | 0.5 | 0.57 |
| Hex | C9 | C3 | 5C | 0 | 3 | 36 | 15 | 39 | 32 | 39 |
| Octal | 311 | 303 | 134 | 0 | 3 | 66 | 25 | 71 | 62 | 71 |
| Binary | 11001001 | 11000011 | 1011100 | 0 | 11 | 110110 | 10101 | 111001 | 110010 | 111001 |
Color Harmonies of #C9C35C
Complementary color
Monochromatic Colors of #C9C35C
Black with #C9C35C
Text Example
Text Example
White with #C9C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C35C; }
p { color: rgb(201,195,92); }
H1.HeaderClassName
{
color: #C9C35C;
}
.AnyTagClassName
{
color: #C9C35C;
}
</style>
background-color css
<style>
a { background-color: #C9C35C; }
a { background-color: rgb(201,195,92); }
div.DivClassName
{
background-color: #C9C35C;
}
.BgClassName
{
background-color: #C9C35C;
}
</style>
border-color css
<style>
span { border-color: #C9C35C; }
span { border-color: rgb(201,195,92); }
td.TdClassName
{
border-color: #C9C35C;
}
.TagClassName
{
border-color: #C9C35C;
}
</style>