Shades of Bird Flower #C7B711
Tints of Bird Flower #C7B711
RGB
CMYK
RGB Variations
Color information
#C7B711 (or 0xC7B711) is known color: Bird Flower. HEX triplet: C7, B7 and 11. RGB value is (199,183,17). Sum of RGB (Red+Green+Blue) = 199+183+17=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B711 is #3848EE. Grayscale: #A9A9A9. Windows color (decimal): -3688687 or 1161159. OLE color: 1161159.
HSL color Cylindrical-coordinate representation of color #C7B711: hue angle of 54.73º 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 #C7B711 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 17 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.22 |
| HSL | 54.73º | 0.84% | 0.42% | - |
| HSV(B) | 54.73º | 0.91% | 0.78% | - |
| XYZ | 40.59 | 46.05 | 7.28 | - |
| YUV | 168.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 17 | 0 | 0.08 | 0.91 | 0.22 | 54.73 | 0.84 | 0.42 |
| Hex | C7 | B7 | 11 | 0 | 8 | 5B | 16 | 37 | 54 | 2A |
| Octal | 307 | 267 | 21 | 0 | 10 | 133 | 26 | 67 | 124 | 52 |
| Binary | 11000111 | 10110111 | 10001 | 0 | 1000 | 1011011 | 10110 | 110111 | 1010100 | 101010 |
Color Harmonies of #C7B711
Complementary color
Monochromatic Colors of #C7B711
Black with #C7B711
Text Example
Text Example
White with #C7B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B711; }
p { color: rgb(199,183,17); }
H1.HeaderClassName
{
color: #C7B711;
}
.AnyTagClassName
{
color: #C7B711;
}
</style>
background-color css
<style>
a { background-color: #C7B711; }
a { background-color: rgb(199,183,17); }
div.DivClassName
{
background-color: #C7B711;
}
.BgClassName
{
background-color: #C7B711;
}
</style>
border-color css
<style>
span { border-color: #C7B711; }
span { border-color: rgb(199,183,17); }
td.TdClassName
{
border-color: #C7B711;
}
.TagClassName
{
border-color: #C7B711;
}
</style>