Shades of Bird Flower #C9C616
Tints of Bird Flower #C9C616
RGB
CMYK
RGB Variations
Color information
#C9C616 (or 0xC9C616) is known color: Bird Flower. HEX triplet: C9, C6 and 16. RGB value is (201,198,22). Sum of RGB (Red+Green+Blue) = 201+198+22=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C616 is #3639E9. Grayscale: #B3B3B3. Windows color (decimal): -3553770 or 1492681. OLE color: 1492681.
HSL color Cylindrical-coordinate representation of color #C9C616: hue angle of 58.99º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9C616 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 22 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.21 |
| HSL | 58.99º | 0.8% | 0.44% | - |
| HSV(B) | 58.99º | 0.89% | 0.79% | - |
| XYZ | 44.43 | 52.86 | 8.62 | - |
| YUV | 178.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 22 | 0 | 0.01 | 0.89 | 0.21 | 58.99 | 0.8 | 0.44 |
| Hex | C9 | C6 | 16 | 0 | 1 | 59 | 15 | 3B | 50 | 2C |
| Octal | 311 | 306 | 26 | 0 | 1 | 131 | 25 | 73 | 120 | 54 |
| Binary | 11001001 | 11000110 | 10110 | 0 | 1 | 1011001 | 10101 | 111011 | 1010000 | 101100 |
Color Harmonies of #C9C616
Complementary color
Monochromatic Colors of #C9C616
Black with #C9C616
Text Example
Text Example
White with #C9C616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C616; }
p { color: rgb(201,198,22); }
H1.HeaderClassName
{
color: #C9C616;
}
.AnyTagClassName
{
color: #C9C616;
}
</style>
background-color css
<style>
a { background-color: #C9C616; }
a { background-color: rgb(201,198,22); }
div.DivClassName
{
background-color: #C9C616;
}
.BgClassName
{
background-color: #C9C616;
}
</style>
border-color css
<style>
span { border-color: #C9C616; }
span { border-color: rgb(201,198,22); }
td.TdClassName
{
border-color: #C9C616;
}
.TagClassName
{
border-color: #C9C616;
}
</style>