Shades of Wild Willow #C9CA68
Tints of Wild Willow #C9CA68
RGB
CMYK
RGB Variations
Color information
#C9CA68 (or 0xC9CA68) is known color: Wild Willow. HEX triplet: C9, CA and 68. RGB value is (201,202,104). Sum of RGB (Red+Green+Blue) = 201+202+104=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA68 is #363597. Grayscale: #BEBEBE. Windows color (decimal): -3552664 or 6867657. OLE color: 6867657.
HSL color Cylindrical-coordinate representation of color #C9CA68: hue angle of 60.61º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9CA68 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 104 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.21 |
| HSL | 60.61º | 0.48% | 0.6% | - |
| HSV(B) | 60.61º | 0.49% | 0.79% | - |
| XYZ | 47.71 | 55.66 | 21.33 | - |
| YUV | 190.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 104 | 0.00 | 0 | 0.49 | 0.21 | 60.61 | 0.48 | 0.6 |
| Hex | C9 | CA | 68 | 0 | 0 | 31 | 15 | 3D | 30 | 3C |
| Octal | 311 | 312 | 150 | 0 | 0 | 61 | 25 | 75 | 60 | 74 |
| Binary | 11001001 | 11001010 | 1101000 | 0 | 0 | 110001 | 10101 | 111101 | 110000 | 111100 |
Color Harmonies of #C9CA68
Complementary color
Monochromatic Colors of #C9CA68
Black with #C9CA68
Text Example
Text Example
White with #C9CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA68; }
p { color: rgb(201,202,104); }
H1.HeaderClassName
{
color: #C9CA68;
}
.AnyTagClassName
{
color: #C9CA68;
}
</style>
background-color css
<style>
a { background-color: #C9CA68; }
a { background-color: rgb(201,202,104); }
div.DivClassName
{
background-color: #C9CA68;
}
.BgClassName
{
background-color: #C9CA68;
}
</style>
border-color css
<style>
span { border-color: #C9CA68; }
span { border-color: rgb(201,202,104); }
td.TdClassName
{
border-color: #C9CA68;
}
.TagClassName
{
border-color: #C9CA68;
}
</style>