Shades of Bird Flower #C7BA11
Tints of Bird Flower #C7BA11
RGB
CMYK
RGB Variations
Color information
#C7BA11 (or 0xC7BA11) is known color: Bird Flower. HEX triplet: C7, BA and 11. RGB value is (199,186,17). Sum of RGB (Red+Green+Blue) = 199+186+17=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA11 is #3845EE. Grayscale: #ABABAB. Windows color (decimal): -3687919 or 1161927. OLE color: 1161927.
HSL color Cylindrical-coordinate representation of color #C7BA11: hue angle of 55.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7BA11 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 17 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.22 |
| HSL | 55.71º | 0.84% | 0.42% | - |
| HSV(B) | 55.71º | 0.91% | 0.78% | - |
| XYZ | 41.21 | 47.3 | 7.49 | - |
| YUV | 170.62 | 41.31 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 17 | 0 | 0.07 | 0.91 | 0.22 | 55.71 | 0.84 | 0.42 |
| Hex | C7 | BA | 11 | 0 | 7 | 5B | 16 | 38 | 54 | 2A |
| Octal | 307 | 272 | 21 | 0 | 7 | 133 | 26 | 70 | 124 | 52 |
| Binary | 11000111 | 10111010 | 10001 | 0 | 111 | 1011011 | 10110 | 111000 | 1010100 | 101010 |
Color Harmonies of #C7BA11
Complementary color
Monochromatic Colors of #C7BA11
Black with #C7BA11
Text Example
Text Example
White with #C7BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA11; }
p { color: rgb(199,186,17); }
H1.HeaderClassName
{
color: #C7BA11;
}
.AnyTagClassName
{
color: #C7BA11;
}
</style>
background-color css
<style>
a { background-color: #C7BA11; }
a { background-color: rgb(199,186,17); }
div.DivClassName
{
background-color: #C7BA11;
}
.BgClassName
{
background-color: #C7BA11;
}
</style>
border-color css
<style>
span { border-color: #C7BA11; }
span { border-color: rgb(199,186,17); }
td.TdClassName
{
border-color: #C7BA11;
}
.TagClassName
{
border-color: #C7BA11;
}
</style>