Shades of Bird Flower #C9BC10
Tints of Bird Flower #C9BC10
RGB
CMYK
RGB Variations
Color information
#C9BC10 (or 0xC9BC10) is known color: Bird Flower. HEX triplet: C9, BC and 10. RGB value is (201,188,16). Sum of RGB (Red+Green+Blue) = 201+188+16=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC10 is #3643EF. Grayscale: #ACACAC. Windows color (decimal): -3556336 or 1096905. OLE color: 1096905.
HSL color Cylindrical-coordinate representation of color #C9BC10: hue angle of 55.78º 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 #C9BC10 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.21 |
| HSL | 55.78º | 0.85% | 0.43% | - |
| HSV(B) | 55.78º | 0.92% | 0.79% | - |
| XYZ | 42.16 | 48.42 | 7.61 | - |
| YUV | 172.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 16 | 0 | 0.06 | 0.92 | 0.21 | 55.78 | 0.85 | 0.43 |
| Hex | C9 | BC | 10 | 0 | 6 | 5C | 15 | 38 | 55 | 2B |
| Octal | 311 | 274 | 20 | 0 | 6 | 134 | 25 | 70 | 125 | 53 |
| Binary | 11001001 | 10111100 | 10000 | 0 | 110 | 1011100 | 10101 | 111000 | 1010101 | 101011 |
Color Harmonies of #C9BC10
Complementary color
Monochromatic Colors of #C9BC10
Black with #C9BC10
Text Example
Text Example
White with #C9BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC10; }
p { color: rgb(201,188,16); }
H1.HeaderClassName
{
color: #C9BC10;
}
.AnyTagClassName
{
color: #C9BC10;
}
</style>
background-color css
<style>
a { background-color: #C9BC10; }
a { background-color: rgb(201,188,16); }
div.DivClassName
{
background-color: #C9BC10;
}
.BgClassName
{
background-color: #C9BC10;
}
</style>
border-color css
<style>
span { border-color: #C9BC10; }
span { border-color: rgb(201,188,16); }
td.TdClassName
{
border-color: #C9BC10;
}
.TagClassName
{
border-color: #C9BC10;
}
</style>