Shades of Bird Flower #C7B516
Tints of Bird Flower #C7B516
RGB
CMYK
RGB Variations
Color information
#C7B516 (or 0xC7B516) is known color: Bird Flower. HEX triplet: C7, B5 and 16. RGB value is (199,181,22). Sum of RGB (Red+Green+Blue) = 199+181+22=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B516 is #384AE9. Grayscale: #A8A8A8. Windows color (decimal): -3689194 or 1488327. OLE color: 1488327.
HSL color Cylindrical-coordinate representation of color #C7B516: hue angle of 53.9º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7B516 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 22 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.22 |
| HSL | 53.9º | 0.8% | 0.43% | - |
| HSV(B) | 53.9º | 0.89% | 0.78% | - |
| XYZ | 40.22 | 45.25 | 7.37 | - |
| YUV | 168.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 22 | 0 | 0.09 | 0.89 | 0.22 | 53.9 | 0.8 | 0.43 |
| Hex | C7 | B5 | 16 | 0 | 9 | 59 | 16 | 36 | 50 | 2B |
| Octal | 307 | 265 | 26 | 0 | 11 | 131 | 26 | 66 | 120 | 53 |
| Binary | 11000111 | 10110101 | 10110 | 0 | 1001 | 1011001 | 10110 | 110110 | 1010000 | 101011 |
Color Harmonies of #C7B516
Complementary color
Monochromatic Colors of #C7B516
Black with #C7B516
Text Example
Text Example
White with #C7B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B516; }
p { color: rgb(199,181,22); }
H1.HeaderClassName
{
color: #C7B516;
}
.AnyTagClassName
{
color: #C7B516;
}
</style>
background-color css
<style>
a { background-color: #C7B516; }
a { background-color: rgb(199,181,22); }
div.DivClassName
{
background-color: #C7B516;
}
.BgClassName
{
background-color: #C7B516;
}
</style>
border-color css
<style>
span { border-color: #C7B516; }
span { border-color: rgb(199,181,22); }
td.TdClassName
{
border-color: #C7B516;
}
.TagClassName
{
border-color: #C7B516;
}
</style>