Shades of Bird Flower #C5B419
Tints of Bird Flower #C5B419
RGB
CMYK
RGB Variations
Color information
#C5B419 (or 0xC5B419) is known color: Bird Flower. HEX triplet: C5, B4 and 19. RGB value is (197,180,25). Sum of RGB (Red+Green+Blue) = 197+180+25=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B419 is #3A4BE6. Grayscale: #A8A8A8. Windows color (decimal): -3820519 or 1684677. OLE color: 1684677.
HSL color Cylindrical-coordinate representation of color #C5B419: hue angle of 54.07º 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 #C5B419 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 25 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.23 |
| HSL | 54.07º | 0.77% | 0.44% | - |
| HSV(B) | 54.07º | 0.87% | 0.77% | - |
| XYZ | 39.52 | 44.58 | 7.44 | - |
| YUV | 167.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 25 | 0 | 0.09 | 0.87 | 0.23 | 54.07 | 0.77 | 0.44 |
| Hex | C5 | B4 | 19 | 0 | 9 | 57 | 17 | 36 | 4D | 2C |
| Octal | 305 | 264 | 31 | 0 | 11 | 127 | 27 | 66 | 115 | 54 |
| Binary | 11000101 | 10110100 | 11001 | 0 | 1001 | 1010111 | 10111 | 110110 | 1001101 | 101100 |
Color Harmonies of #C5B419
Complementary color
Monochromatic Colors of #C5B419
Black with #C5B419
Text Example
Text Example
White with #C5B419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B419; }
p { color: rgb(197,180,25); }
H1.HeaderClassName
{
color: #C5B419;
}
.AnyTagClassName
{
color: #C5B419;
}
</style>
background-color css
<style>
a { background-color: #C5B419; }
a { background-color: rgb(197,180,25); }
div.DivClassName
{
background-color: #C5B419;
}
.BgClassName
{
background-color: #C5B419;
}
</style>
border-color css
<style>
span { border-color: #C5B419; }
span { border-color: rgb(197,180,25); }
td.TdClassName
{
border-color: #C5B419;
}
.TagClassName
{
border-color: #C5B419;
}
</style>