Shades of Bird Flower #C5B613
Tints of Bird Flower #C5B613
RGB
CMYK
RGB Variations
Color information
#C5B613 (or 0xC5B613) is known color: Bird Flower. HEX triplet: C5, B6 and 13. RGB value is (197,182,19). Sum of RGB (Red+Green+Blue) = 197+182+19=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B613 is #3A49EC. Grayscale: #A8A8A8. Windows color (decimal): -3820013 or 1291973. OLE color: 1291973.
HSL color Cylindrical-coordinate representation of color #C5B613: hue angle of 54.94º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5B613 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 19 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.23 |
| HSL | 54.94º | 0.82% | 0.42% | - |
| HSV(B) | 54.94º | 0.9% | 0.77% | - |
| XYZ | 39.87 | 45.37 | 7.27 | - |
| YUV | 167.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 19 | 0 | 0.08 | 0.90 | 0.23 | 54.94 | 0.82 | 0.42 |
| Hex | C5 | B6 | 13 | 0 | 8 | 5A | 17 | 37 | 52 | 2A |
| Octal | 305 | 266 | 23 | 0 | 10 | 132 | 27 | 67 | 122 | 52 |
| Binary | 11000101 | 10110110 | 10011 | 0 | 1000 | 1011010 | 10111 | 110111 | 1010010 | 101010 |
Color Harmonies of #C5B613
Complementary color
Monochromatic Colors of #C5B613
Black with #C5B613
Text Example
Text Example
White with #C5B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B613; }
p { color: rgb(197,182,19); }
H1.HeaderClassName
{
color: #C5B613;
}
.AnyTagClassName
{
color: #C5B613;
}
</style>
background-color css
<style>
a { background-color: #C5B613; }
a { background-color: rgb(197,182,19); }
div.DivClassName
{
background-color: #C5B613;
}
.BgClassName
{
background-color: #C5B613;
}
</style>
border-color css
<style>
span { border-color: #C5B613; }
span { border-color: rgb(197,182,19); }
td.TdClassName
{
border-color: #C5B613;
}
.TagClassName
{
border-color: #C5B613;
}
</style>