Shades of Bird Flower #C7B517
Tints of Bird Flower #C7B517
RGB
CMYK
RGB Variations
Color information
#C7B517 (or 0xC7B517) is known color: Bird Flower. HEX triplet: C7, B5 and 17. RGB value is (199,181,23). Sum of RGB (Red+Green+Blue) = 199+181+23=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B517 is #384AE8. Grayscale: #A9A9A9. Windows color (decimal): -3689193 or 1553863. OLE color: 1553863.
HSL color Cylindrical-coordinate representation of color #C7B517: hue angle of 53.86º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7B517 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.22 |
| HSL | 53.86º | 0.79% | 0.44% | - |
| HSV(B) | 53.86º | 0.88% | 0.78% | - |
| XYZ | 40.23 | 45.25 | 7.42 | - |
| YUV | 168.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 23 | 0 | 0.09 | 0.88 | 0.22 | 53.86 | 0.79 | 0.44 |
| Hex | C7 | B5 | 17 | 0 | 9 | 58 | 16 | 36 | 4F | 2C |
| Octal | 307 | 265 | 27 | 0 | 11 | 130 | 26 | 66 | 117 | 54 |
| Binary | 11000111 | 10110101 | 10111 | 0 | 1001 | 1011000 | 10110 | 110110 | 1001111 | 101100 |
Color Harmonies of #C7B517
Complementary color
Monochromatic Colors of #C7B517
Black with #C7B517
Text Example
Text Example
White with #C7B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B517; }
p { color: rgb(199,181,23); }
H1.HeaderClassName
{
color: #C7B517;
}
.AnyTagClassName
{
color: #C7B517;
}
</style>
background-color css
<style>
a { background-color: #C7B517; }
a { background-color: rgb(199,181,23); }
div.DivClassName
{
background-color: #C7B517;
}
.BgClassName
{
background-color: #C7B517;
}
</style>
border-color css
<style>
span { border-color: #C7B517; }
span { border-color: rgb(199,181,23); }
td.TdClassName
{
border-color: #C7B517;
}
.TagClassName
{
border-color: #C7B517;
}
</style>