Shades of Bird Flower #C7BC16
Tints of Bird Flower #C7BC16
RGB
CMYK
RGB Variations
Color information
#C7BC16 (or 0xC7BC16) is known color: Bird Flower. HEX triplet: C7, BC and 16. RGB value is (199,188,22). Sum of RGB (Red+Green+Blue) = 199+188+22=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC16 is #3843E9. Grayscale: #ADADAD. Windows color (decimal): -3687402 or 1490119. OLE color: 1490119.
HSL color Cylindrical-coordinate representation of color #C7BC16: hue angle of 56.27º 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 #C7BC16 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 22 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.22 |
| HSL | 56.27º | 0.8% | 0.43% | - |
| HSV(B) | 56.27º | 0.89% | 0.78% | - |
| XYZ | 41.68 | 48.17 | 7.86 | - |
| YUV | 172.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 22 | 0 | 0.06 | 0.89 | 0.22 | 56.27 | 0.8 | 0.43 |
| Hex | C7 | BC | 16 | 0 | 6 | 59 | 16 | 38 | 50 | 2B |
| Octal | 307 | 274 | 26 | 0 | 6 | 131 | 26 | 70 | 120 | 53 |
| Binary | 11000111 | 10111100 | 10110 | 0 | 110 | 1011001 | 10110 | 111000 | 1010000 | 101011 |
Color Harmonies of #C7BC16
Complementary color
Monochromatic Colors of #C7BC16
Black with #C7BC16
Text Example
Text Example
White with #C7BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC16; }
p { color: rgb(199,188,22); }
H1.HeaderClassName
{
color: #C7BC16;
}
.AnyTagClassName
{
color: #C7BC16;
}
</style>
background-color css
<style>
a { background-color: #C7BC16; }
a { background-color: rgb(199,188,22); }
div.DivClassName
{
background-color: #C7BC16;
}
.BgClassName
{
background-color: #C7BC16;
}
</style>
border-color css
<style>
span { border-color: #C7BC16; }
span { border-color: rgb(199,188,22); }
td.TdClassName
{
border-color: #C7BC16;
}
.TagClassName
{
border-color: #C7BC16;
}
</style>