Shades of Bird Flower #C5B313
Tints of Bird Flower #C5B313
RGB
CMYK
RGB Variations
Color information
#C5B313 (or 0xC5B313) is known color: Bird Flower. HEX triplet: C5, B3 and 13. RGB value is (197,179,19). Sum of RGB (Red+Green+Blue) = 197+179+19=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B313 is #3A4CEC. Grayscale: #A6A6A6. Windows color (decimal): -3820781 or 1291205. OLE color: 1291205.
HSL color Cylindrical-coordinate representation of color #C5B313: hue angle of 53.93º 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 #C5B313 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 19 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.23 |
| HSL | 53.93º | 0.82% | 0.42% | - |
| HSV(B) | 53.93º | 0.9% | 0.77% | - |
| XYZ | 39.26 | 44.16 | 7.07 | - |
| YUV | 166.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 19 | 0 | 0.09 | 0.90 | 0.23 | 53.93 | 0.82 | 0.42 |
| Hex | C5 | B3 | 13 | 0 | 9 | 5A | 17 | 36 | 52 | 2A |
| Octal | 305 | 263 | 23 | 0 | 11 | 132 | 27 | 66 | 122 | 52 |
| Binary | 11000101 | 10110011 | 10011 | 0 | 1001 | 1011010 | 10111 | 110110 | 1010010 | 101010 |
Color Harmonies of #C5B313
Complementary color
Monochromatic Colors of #C5B313
Black with #C5B313
Text Example
Text Example
White with #C5B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B313; }
p { color: rgb(197,179,19); }
H1.HeaderClassName
{
color: #C5B313;
}
.AnyTagClassName
{
color: #C5B313;
}
</style>
background-color css
<style>
a { background-color: #C5B313; }
a { background-color: rgb(197,179,19); }
div.DivClassName
{
background-color: #C5B313;
}
.BgClassName
{
background-color: #C5B313;
}
</style>
border-color css
<style>
span { border-color: #C5B313; }
span { border-color: rgb(197,179,19); }
td.TdClassName
{
border-color: #C5B313;
}
.TagClassName
{
border-color: #C5B313;
}
</style>