Shades of Bird Flower #C7B10E
Tints of Bird Flower #C7B10E
RGB
CMYK
RGB Variations
Color information
#C7B10E (or 0xC7B10E) is known color: Bird Flower. HEX triplet: C7, B1 and 0E. RGB value is (199,177,14). Sum of RGB (Red+Green+Blue) = 199+177+14=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B10E is #384EF1. Grayscale: #A5A5A5. Windows color (decimal): -3690226 or 963015. OLE color: 963015.
HSL color Cylindrical-coordinate representation of color #C7B10E: hue angle of 52.86º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7B10E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.22 |
| HSL | 52.86º | 0.87% | 0.42% | - |
| HSV(B) | 52.86º | 0.93% | 0.78% | - |
| XYZ | 39.35 | 43.62 | 6.76 | - |
| YUV | 165 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 14 | 0 | 0.11 | 0.93 | 0.22 | 52.86 | 0.87 | 0.42 |
| Hex | C7 | B1 | E | 0 | B | 5D | 16 | 35 | 57 | 2A |
| Octal | 307 | 261 | 16 | 0 | 13 | 135 | 26 | 65 | 127 | 52 |
| Binary | 11000111 | 10110001 | 1110 | 0 | 1011 | 1011101 | 10110 | 110101 | 1010111 | 101010 |
Color Harmonies of #C7B10E
Complementary color
Monochromatic Colors of #C7B10E
Black with #C7B10E
Text Example
Text Example
White with #C7B10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B10E; }
p { color: rgb(199,177,14); }
H1.HeaderClassName
{
color: #C7B10E;
}
.AnyTagClassName
{
color: #C7B10E;
}
</style>
background-color css
<style>
a { background-color: #C7B10E; }
a { background-color: rgb(199,177,14); }
div.DivClassName
{
background-color: #C7B10E;
}
.BgClassName
{
background-color: #C7B10E;
}
</style>
border-color css
<style>
span { border-color: #C7B10E; }
span { border-color: rgb(199,177,14); }
td.TdClassName
{
border-color: #C7B10E;
}
.TagClassName
{
border-color: #C7B10E;
}
</style>