Shades of Bird Flower #C5B710
Tints of Bird Flower #C5B710
RGB
CMYK
RGB Variations
Color information
#C5B710 (or 0xC5B710) is known color: Bird Flower. HEX triplet: C5, B7 and 10. RGB value is (197,183,16). Sum of RGB (Red+Green+Blue) = 197+183+16=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B710 is #3A48EF. Grayscale: #A8A8A8. Windows color (decimal): -3819760 or 1095621. OLE color: 1095621.
HSL color Cylindrical-coordinate representation of color #C5B710: hue angle of 55.36º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5B710 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 16 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.23 |
| HSL | 55.36º | 0.85% | 0.42% | - |
| HSV(B) | 55.36º | 0.92% | 0.77% | - |
| XYZ | 40.05 | 45.77 | 7.21 | - |
| YUV | 168.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 16 | 0 | 0.07 | 0.92 | 0.23 | 55.36 | 0.85 | 0.42 |
| Hex | C5 | B7 | 10 | 0 | 7 | 5C | 17 | 37 | 55 | 2A |
| Octal | 305 | 267 | 20 | 0 | 7 | 134 | 27 | 67 | 125 | 52 |
| Binary | 11000101 | 10110111 | 10000 | 0 | 111 | 1011100 | 10111 | 110111 | 1010101 | 101010 |
Color Harmonies of #C5B710
Complementary color
Monochromatic Colors of #C5B710
Black with #C5B710
Text Example
Text Example
White with #C5B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B710; }
p { color: rgb(197,183,16); }
H1.HeaderClassName
{
color: #C5B710;
}
.AnyTagClassName
{
color: #C5B710;
}
</style>
background-color css
<style>
a { background-color: #C5B710; }
a { background-color: rgb(197,183,16); }
div.DivClassName
{
background-color: #C5B710;
}
.BgClassName
{
background-color: #C5B710;
}
</style>
border-color css
<style>
span { border-color: #C5B710; }
span { border-color: rgb(197,183,16); }
td.TdClassName
{
border-color: #C5B710;
}
.TagClassName
{
border-color: #C5B710;
}
</style>