Shades of Bird Flower #C5B319
Tints of Bird Flower #C5B319
RGB
CMYK
RGB Variations
Color information
#C5B319 (or 0xC5B319) is known color: Bird Flower. HEX triplet: C5, B3 and 19. RGB value is (197,179,25). Sum of RGB (Red+Green+Blue) = 197+179+25=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B319 is #3A4CE6. Grayscale: #A7A7A7. Windows color (decimal): -3820775 or 1684421. OLE color: 1684421.
HSL color Cylindrical-coordinate representation of color #C5B319: hue angle of 53.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5B319 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 25 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.23 |
| HSL | 53.72º | 0.77% | 0.44% | - |
| HSV(B) | 53.72º | 0.87% | 0.77% | - |
| XYZ | 39.32 | 44.18 | 7.37 | - |
| YUV | 166.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 25 | 0 | 0.09 | 0.87 | 0.23 | 53.72 | 0.77 | 0.44 |
| Hex | C5 | B3 | 19 | 0 | 9 | 57 | 17 | 36 | 4D | 2C |
| Octal | 305 | 263 | 31 | 0 | 11 | 127 | 27 | 66 | 115 | 54 |
| Binary | 11000101 | 10110011 | 11001 | 0 | 1001 | 1010111 | 10111 | 110110 | 1001101 | 101100 |
Color Harmonies of #C5B319
Complementary color
Monochromatic Colors of #C5B319
Black with #C5B319
Text Example
Text Example
White with #C5B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B319; }
p { color: rgb(197,179,25); }
H1.HeaderClassName
{
color: #C5B319;
}
.AnyTagClassName
{
color: #C5B319;
}
</style>
background-color css
<style>
a { background-color: #C5B319; }
a { background-color: rgb(197,179,25); }
div.DivClassName
{
background-color: #C5B319;
}
.BgClassName
{
background-color: #C5B319;
}
</style>
border-color css
<style>
span { border-color: #C5B319; }
span { border-color: rgb(197,179,25); }
td.TdClassName
{
border-color: #C5B319;
}
.TagClassName
{
border-color: #C5B319;
}
</style>