Shades of Bird Flower #C7B719
Tints of Bird Flower #C7B719
RGB
CMYK
RGB Variations
Color information
#C7B719 (or 0xC7B719) is known color: Bird Flower. HEX triplet: C7, B7 and 19. RGB value is (199,183,25). Sum of RGB (Red+Green+Blue) = 199+183+25=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B719 is #3848E6. Grayscale: #AAAAAA. Windows color (decimal): -3688679 or 1685447. OLE color: 1685447.
HSL color Cylindrical-coordinate representation of color #C7B719: hue angle of 54.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7B719 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 25 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.22 |
| HSL | 54.48º | 0.78% | 0.44% | - |
| HSV(B) | 54.48º | 0.87% | 0.78% | - |
| XYZ | 40.66 | 46.08 | 7.67 | - |
| YUV | 169.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 25 | 0 | 0.08 | 0.87 | 0.22 | 54.48 | 0.78 | 0.44 |
| Hex | C7 | B7 | 19 | 0 | 8 | 57 | 16 | 36 | 4E | 2C |
| Octal | 307 | 267 | 31 | 0 | 10 | 127 | 26 | 66 | 116 | 54 |
| Binary | 11000111 | 10110111 | 11001 | 0 | 1000 | 1010111 | 10110 | 110110 | 1001110 | 101100 |
Color Harmonies of #C7B719
Complementary color
Monochromatic Colors of #C7B719
Black with #C7B719
Text Example
Text Example
White with #C7B719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B719; }
p { color: rgb(199,183,25); }
H1.HeaderClassName
{
color: #C7B719;
}
.AnyTagClassName
{
color: #C7B719;
}
</style>
background-color css
<style>
a { background-color: #C7B719; }
a { background-color: rgb(199,183,25); }
div.DivClassName
{
background-color: #C7B719;
}
.BgClassName
{
background-color: #C7B719;
}
</style>
border-color css
<style>
span { border-color: #C7B719; }
span { border-color: rgb(199,183,25); }
td.TdClassName
{
border-color: #C7B719;
}
.TagClassName
{
border-color: #C7B719;
}
</style>