Shades of Bird Flower #C9B116
Tints of Bird Flower #C9B116
RGB
CMYK
RGB Variations
Color information
#C9B116 (or 0xC9B116) is known color: Bird Flower. HEX triplet: C9, B1 and 16. RGB value is (201,177,22). Sum of RGB (Red+Green+Blue) = 201+177+22=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B116 is #364EE9. Grayscale: #A7A7A7. Windows color (decimal): -3559146 or 1487305. OLE color: 1487305.
HSL color Cylindrical-coordinate representation of color #C9B116: hue angle of 51.96º 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 #C9B116 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.21 |
| HSL | 51.96º | 0.8% | 0.44% | - |
| HSV(B) | 51.96º | 0.89% | 0.79% | - |
| XYZ | 39.95 | 43.92 | 7.13 | - |
| YUV | 166.51 | 46.45 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 22 | 0 | 0.12 | 0.89 | 0.21 | 51.96 | 0.8 | 0.44 |
| Hex | C9 | B1 | 16 | 0 | C | 59 | 15 | 34 | 50 | 2C |
| Octal | 311 | 261 | 26 | 0 | 14 | 131 | 25 | 64 | 120 | 54 |
| Binary | 11001001 | 10110001 | 10110 | 0 | 1100 | 1011001 | 10101 | 110100 | 1010000 | 101100 |
Color Harmonies of #C9B116
Complementary color
Monochromatic Colors of #C9B116
Black with #C9B116
Text Example
Text Example
White with #C9B116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B116; }
p { color: rgb(201,177,22); }
H1.HeaderClassName
{
color: #C9B116;
}
.AnyTagClassName
{
color: #C9B116;
}
</style>
background-color css
<style>
a { background-color: #C9B116; }
a { background-color: rgb(201,177,22); }
div.DivClassName
{
background-color: #C9B116;
}
.BgClassName
{
background-color: #C9B116;
}
</style>
border-color css
<style>
span { border-color: #C9B116; }
span { border-color: rgb(201,177,22); }
td.TdClassName
{
border-color: #C9B116;
}
.TagClassName
{
border-color: #C9B116;
}
</style>