Shades of Bird Flower #C5B415
Tints of Bird Flower #C5B415
RGB
CMYK
RGB Variations
Color information
#C5B415 (or 0xC5B415) is known color: Bird Flower. HEX triplet: C5, B4 and 15. RGB value is (197,180,21). Sum of RGB (Red+Green+Blue) = 197+180+21=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B415 is #3A4BEA. Grayscale: #A7A7A7. Windows color (decimal): -3820523 or 1422533. OLE color: 1422533.
HSL color Cylindrical-coordinate representation of color #C5B415: hue angle of 54.2º degrees, saturation: 0.81, 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 #C5B415 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 21 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.23 |
| HSL | 54.2º | 0.81% | 0.43% | - |
| HSV(B) | 54.2º | 0.89% | 0.77% | - |
| XYZ | 39.48 | 44.57 | 7.23 | - |
| YUV | 166.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 21 | 0 | 0.09 | 0.89 | 0.23 | 54.2 | 0.81 | 0.43 |
| Hex | C5 | B4 | 15 | 0 | 9 | 59 | 17 | 36 | 51 | 2B |
| Octal | 305 | 264 | 25 | 0 | 11 | 131 | 27 | 66 | 121 | 53 |
| Binary | 11000101 | 10110100 | 10101 | 0 | 1001 | 1011001 | 10111 | 110110 | 1010001 | 101011 |
Color Harmonies of #C5B415
Complementary color
Monochromatic Colors of #C5B415
Black with #C5B415
Text Example
Text Example
White with #C5B415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B415; }
p { color: rgb(197,180,21); }
H1.HeaderClassName
{
color: #C5B415;
}
.AnyTagClassName
{
color: #C5B415;
}
</style>
background-color css
<style>
a { background-color: #C5B415; }
a { background-color: rgb(197,180,21); }
div.DivClassName
{
background-color: #C5B415;
}
.BgClassName
{
background-color: #C5B415;
}
</style>
border-color css
<style>
span { border-color: #C5B415; }
span { border-color: rgb(197,180,21); }
td.TdClassName
{
border-color: #C5B415;
}
.TagClassName
{
border-color: #C5B415;
}
</style>