Shades of Bird Flower #C9C515
Tints of Bird Flower #C9C515
RGB
CMYK
RGB Variations
Color information
#C9C515 (or 0xC9C515) is known color: Bird Flower. HEX triplet: C9, C5 and 15. RGB value is (201,197,21). Sum of RGB (Red+Green+Blue) = 201+197+21=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C515 is #363AEA. Grayscale: #B2B2B2. Windows color (decimal): -3554027 or 1426889. OLE color: 1426889.
HSL color Cylindrical-coordinate representation of color #C9C515: hue angle of 58.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9C515 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.21 |
| HSL | 58.67º | 0.81% | 0.44% | - |
| HSV(B) | 58.67º | 0.9% | 0.79% | - |
| XYZ | 44.19 | 52.4 | 8.5 | - |
| YUV | 178.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 21 | 0 | 0.02 | 0.90 | 0.21 | 58.67 | 0.81 | 0.44 |
| Hex | C9 | C5 | 15 | 0 | 2 | 5A | 15 | 3B | 51 | 2C |
| Octal | 311 | 305 | 25 | 0 | 2 | 132 | 25 | 73 | 121 | 54 |
| Binary | 11001001 | 11000101 | 10101 | 0 | 10 | 1011010 | 10101 | 111011 | 1010001 | 101100 |
Color Harmonies of #C9C515
Complementary color
Monochromatic Colors of #C9C515
Black with #C9C515
Text Example
Text Example
White with #C9C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C515; }
p { color: rgb(201,197,21); }
H1.HeaderClassName
{
color: #C9C515;
}
.AnyTagClassName
{
color: #C9C515;
}
</style>
background-color css
<style>
a { background-color: #C9C515; }
a { background-color: rgb(201,197,21); }
div.DivClassName
{
background-color: #C9C515;
}
.BgClassName
{
background-color: #C9C515;
}
</style>
border-color css
<style>
span { border-color: #C9C515; }
span { border-color: rgb(201,197,21); }
td.TdClassName
{
border-color: #C9C515;
}
.TagClassName
{
border-color: #C9C515;
}
</style>