Shades of Bird Flower #C9BE10
Tints of Bird Flower #C9BE10
RGB
CMYK
RGB Variations
Color information
#C9BE10 (or 0xC9BE10) is known color: Bird Flower. HEX triplet: C9, BE and 10. RGB value is (201,190,16). Sum of RGB (Red+Green+Blue) = 201+190+16=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BE10 is #3641EF. Grayscale: #AEAEAE. Windows color (decimal): -3555824 or 1097417. OLE color: 1097417.
HSL color Cylindrical-coordinate representation of color #C9BE10: hue angle of 56.43º 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 #C9BE10 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.21 |
| HSL | 56.43º | 0.85% | 0.43% | - |
| HSV(B) | 56.43º | 0.92% | 0.79% | - |
| XYZ | 42.59 | 49.28 | 7.76 | - |
| YUV | 173.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 16 | 0 | 0.05 | 0.92 | 0.21 | 56.43 | 0.85 | 0.43 |
| Hex | C9 | BE | 10 | 0 | 5 | 5C | 15 | 38 | 55 | 2B |
| Octal | 311 | 276 | 20 | 0 | 5 | 134 | 25 | 70 | 125 | 53 |
| Binary | 11001001 | 10111110 | 10000 | 0 | 101 | 1011100 | 10101 | 111000 | 1010101 | 101011 |
Color Harmonies of #C9BE10
Complementary color
Monochromatic Colors of #C9BE10
Black with #C9BE10
Text Example
Text Example
White with #C9BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE10; }
p { color: rgb(201,190,16); }
H1.HeaderClassName
{
color: #C9BE10;
}
.AnyTagClassName
{
color: #C9BE10;
}
</style>
background-color css
<style>
a { background-color: #C9BE10; }
a { background-color: rgb(201,190,16); }
div.DivClassName
{
background-color: #C9BE10;
}
.BgClassName
{
background-color: #C9BE10;
}
</style>
border-color css
<style>
span { border-color: #C9BE10; }
span { border-color: rgb(201,190,16); }
td.TdClassName
{
border-color: #C9BE10;
}
.TagClassName
{
border-color: #C9BE10;
}
</style>