Shades of Bird Flower #C9C415
Tints of Bird Flower #C9C415
RGB
CMYK
RGB Variations
Color information
#C9C415 (or 0xC9C415) is known color: Bird Flower. HEX triplet: C9, C4 and 15. RGB value is (201,196,21). Sum of RGB (Red+Green+Blue) = 201+196+21=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C415 is #363BEA. Grayscale: #B2B2B2. Windows color (decimal): -3554283 or 1426633. OLE color: 1426633.
HSL color Cylindrical-coordinate representation of color #C9C415: hue angle of 58.33º 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 #C9C415 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.21 |
| HSL | 58.33º | 0.81% | 0.44% | - |
| HSV(B) | 58.33º | 0.9% | 0.79% | - |
| XYZ | 43.96 | 51.95 | 8.42 | - |
| YUV | 177.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 21 | 0 | 0.02 | 0.90 | 0.21 | 58.33 | 0.81 | 0.44 |
| Hex | C9 | C4 | 15 | 0 | 2 | 5A | 15 | 3A | 51 | 2C |
| Octal | 311 | 304 | 25 | 0 | 2 | 132 | 25 | 72 | 121 | 54 |
| Binary | 11001001 | 11000100 | 10101 | 0 | 10 | 1011010 | 10101 | 111010 | 1010001 | 101100 |
Color Harmonies of #C9C415
Complementary color
Monochromatic Colors of #C9C415
Black with #C9C415
Text Example
Text Example
White with #C9C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C415; }
p { color: rgb(201,196,21); }
H1.HeaderClassName
{
color: #C9C415;
}
.AnyTagClassName
{
color: #C9C415;
}
</style>
background-color css
<style>
a { background-color: #C9C415; }
a { background-color: rgb(201,196,21); }
div.DivClassName
{
background-color: #C9C415;
}
.BgClassName
{
background-color: #C9C415;
}
</style>
border-color css
<style>
span { border-color: #C9C415; }
span { border-color: rgb(201,196,21); }
td.TdClassName
{
border-color: #C9C415;
}
.TagClassName
{
border-color: #C9C415;
}
</style>