Shades of Bird Flower #C5B616
Tints of Bird Flower #C5B616
RGB
CMYK
RGB Variations
Color information
#C5B616 (or 0xC5B616) is known color: Bird Flower. HEX triplet: C5, B6 and 16. RGB value is (197,182,22). Sum of RGB (Red+Green+Blue) = 197+182+22=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B616 is #3A49E9. Grayscale: #A8A8A8. Windows color (decimal): -3820010 or 1488581. OLE color: 1488581.
HSL color Cylindrical-coordinate representation of color #C5B616: hue angle of 54.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5B616 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.23 |
| HSL | 54.86º | 0.8% | 0.43% | - |
| HSV(B) | 54.86º | 0.89% | 0.77% | - |
| XYZ | 39.9 | 45.38 | 7.42 | - |
| YUV | 168.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 22 | 0 | 0.08 | 0.89 | 0.23 | 54.86 | 0.8 | 0.43 |
| Hex | C5 | B6 | 16 | 0 | 8 | 59 | 17 | 37 | 50 | 2B |
| Octal | 305 | 266 | 26 | 0 | 10 | 131 | 27 | 67 | 120 | 53 |
| Binary | 11000101 | 10110110 | 10110 | 0 | 1000 | 1011001 | 10111 | 110111 | 1010000 | 101011 |
Color Harmonies of #C5B616
Complementary color
Monochromatic Colors of #C5B616
Black with #C5B616
Text Example
Text Example
White with #C5B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B616; }
p { color: rgb(197,182,22); }
H1.HeaderClassName
{
color: #C5B616;
}
.AnyTagClassName
{
color: #C5B616;
}
</style>
background-color css
<style>
a { background-color: #C5B616; }
a { background-color: rgb(197,182,22); }
div.DivClassName
{
background-color: #C5B616;
}
.BgClassName
{
background-color: #C5B616;
}
</style>
border-color css
<style>
span { border-color: #C5B616; }
span { border-color: rgb(197,182,22); }
td.TdClassName
{
border-color: #C5B616;
}
.TagClassName
{
border-color: #C5B616;
}
</style>