Shades of Bird Flower #C7B710
Tints of Bird Flower #C7B710
RGB
CMYK
RGB Variations
Color information
#C7B710 (or 0xC7B710) is known color: Bird Flower. HEX triplet: C7, B7 and 10. RGB value is (199,183,16). Sum of RGB (Red+Green+Blue) = 199+183+16=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B710 is #3848EF. Grayscale: #A9A9A9. Windows color (decimal): -3688688 or 1095623. OLE color: 1095623.
HSL color Cylindrical-coordinate representation of color #C7B710: hue angle of 54.75º 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 #C7B710 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 16 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.22 |
| HSL | 54.75º | 0.85% | 0.42% | - |
| HSV(B) | 54.75º | 0.92% | 0.78% | - |
| XYZ | 40.58 | 46.05 | 7.24 | - |
| YUV | 168.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 16 | 0 | 0.08 | 0.92 | 0.22 | 54.75 | 0.85 | 0.42 |
| Hex | C7 | B7 | 10 | 0 | 8 | 5C | 16 | 37 | 55 | 2A |
| Octal | 307 | 267 | 20 | 0 | 10 | 134 | 26 | 67 | 125 | 52 |
| Binary | 11000111 | 10110111 | 10000 | 0 | 1000 | 1011100 | 10110 | 110111 | 1010101 | 101010 |
Color Harmonies of #C7B710
Complementary color
Monochromatic Colors of #C7B710
Black with #C7B710
Text Example
Text Example
White with #C7B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B710; }
p { color: rgb(199,183,16); }
H1.HeaderClassName
{
color: #C7B710;
}
.AnyTagClassName
{
color: #C7B710;
}
</style>
background-color css
<style>
a { background-color: #C7B710; }
a { background-color: rgb(199,183,16); }
div.DivClassName
{
background-color: #C7B710;
}
.BgClassName
{
background-color: #C7B710;
}
</style>
border-color css
<style>
span { border-color: #C7B710; }
span { border-color: rgb(199,183,16); }
td.TdClassName
{
border-color: #C7B710;
}
.TagClassName
{
border-color: #C7B710;
}
</style>