Shades of Bird Flower #C7BA10
Tints of Bird Flower #C7BA10
RGB
CMYK
RGB Variations
Color information
#C7BA10 (or 0xC7BA10) is known color: Bird Flower. HEX triplet: C7, BA and 10. RGB value is (199,186,16). Sum of RGB (Red+Green+Blue) = 199+186+16=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA10 is #3845EF. Grayscale: #ABABAB. Windows color (decimal): -3687920 or 1096391. OLE color: 1096391.
HSL color Cylindrical-coordinate representation of color #C7BA10: hue angle of 55.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7BA10 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 16 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.22 |
| HSL | 55.74º | 0.85% | 0.42% | - |
| HSV(B) | 55.74º | 0.92% | 0.78% | - |
| XYZ | 41.21 | 47.3 | 7.45 | - |
| YUV | 170.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 16 | 0 | 0.07 | 0.92 | 0.22 | 55.74 | 0.85 | 0.42 |
| Hex | C7 | BA | 10 | 0 | 7 | 5C | 16 | 38 | 55 | 2A |
| Octal | 307 | 272 | 20 | 0 | 7 | 134 | 26 | 70 | 125 | 52 |
| Binary | 11000111 | 10111010 | 10000 | 0 | 111 | 1011100 | 10110 | 111000 | 1010101 | 101010 |
Color Harmonies of #C7BA10
Complementary color
Monochromatic Colors of #C7BA10
Black with #C7BA10
Text Example
Text Example
White with #C7BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA10; }
p { color: rgb(199,186,16); }
H1.HeaderClassName
{
color: #C7BA10;
}
.AnyTagClassName
{
color: #C7BA10;
}
</style>
background-color css
<style>
a { background-color: #C7BA10; }
a { background-color: rgb(199,186,16); }
div.DivClassName
{
background-color: #C7BA10;
}
.BgClassName
{
background-color: #C7BA10;
}
</style>
border-color css
<style>
span { border-color: #C7BA10; }
span { border-color: rgb(199,186,16); }
td.TdClassName
{
border-color: #C7BA10;
}
.TagClassName
{
border-color: #C7BA10;
}
</style>