Shades of Bird Flower #C9B010
Tints of Bird Flower #C9B010
RGB
CMYK
RGB Variations
Color information
#C9B010 (or 0xC9B010) is known color: Bird Flower. HEX triplet: C9, B0 and 10. RGB value is (201,176,16). Sum of RGB (Red+Green+Blue) = 201+176+16=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B010 is #364FEF. Grayscale: #A5A5A5. Windows color (decimal): -3559408 or 1093833. OLE color: 1093833.
HSL color Cylindrical-coordinate representation of color #C9B010: hue angle of 51.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9B010 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.21 |
| HSL | 51.89º | 0.85% | 0.43% | - |
| HSV(B) | 51.89º | 0.92% | 0.79% | - |
| XYZ | 39.71 | 43.51 | 6.79 | - |
| YUV | 165.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 16 | 0 | 0.12 | 0.92 | 0.21 | 51.89 | 0.85 | 0.43 |
| Hex | C9 | B0 | 10 | 0 | C | 5C | 15 | 34 | 55 | 2B |
| Octal | 311 | 260 | 20 | 0 | 14 | 134 | 25 | 64 | 125 | 53 |
| Binary | 11001001 | 10110000 | 10000 | 0 | 1100 | 1011100 | 10101 | 110100 | 1010101 | 101011 |
Color Harmonies of #C9B010
Complementary color
Monochromatic Colors of #C9B010
Black with #C9B010
Text Example
Text Example
White with #C9B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B010; }
p { color: rgb(201,176,16); }
H1.HeaderClassName
{
color: #C9B010;
}
.AnyTagClassName
{
color: #C9B010;
}
</style>
background-color css
<style>
a { background-color: #C9B010; }
a { background-color: rgb(201,176,16); }
div.DivClassName
{
background-color: #C9B010;
}
.BgClassName
{
background-color: #C9B010;
}
</style>
border-color css
<style>
span { border-color: #C9B010; }
span { border-color: rgb(201,176,16); }
td.TdClassName
{
border-color: #C9B010;
}
.TagClassName
{
border-color: #C9B010;
}
</style>