Shades of Bird Flower #C5C419
Tints of Bird Flower #C5C419
RGB
CMYK
RGB Variations
Color information
#C5C419 (or 0xC5C419) is known color: Bird Flower. HEX triplet: C5, C4 and 19. RGB value is (197,196,25). Sum of RGB (Red+Green+Blue) = 197+196+25=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C419 is #3A3BE6. Grayscale: #B1B1B1. Windows color (decimal): -3816423 or 1688773. OLE color: 1688773.
HSL color Cylindrical-coordinate representation of color #C5C419: hue angle of 59.65º 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 #C5C419 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 25 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.23 |
| HSL | 59.65º | 0.77% | 0.44% | - |
| HSV(B) | 59.65º | 0.87% | 0.77% | - |
| XYZ | 42.94 | 51.42 | 8.58 | - |
| YUV | 176.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 25 | 0 | 0.01 | 0.87 | 0.23 | 59.65 | 0.77 | 0.44 |
| Hex | C5 | C4 | 19 | 0 | 1 | 57 | 17 | 3C | 4D | 2C |
| Octal | 305 | 304 | 31 | 0 | 1 | 127 | 27 | 74 | 115 | 54 |
| Binary | 11000101 | 11000100 | 11001 | 0 | 1 | 1010111 | 10111 | 111100 | 1001101 | 101100 |
Color Harmonies of #C5C419
Complementary color
Monochromatic Colors of #C5C419
Black with #C5C419
Text Example
Text Example
White with #C5C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C419; }
p { color: rgb(197,196,25); }
H1.HeaderClassName
{
color: #C5C419;
}
.AnyTagClassName
{
color: #C5C419;
}
</style>
background-color css
<style>
a { background-color: #C5C419; }
a { background-color: rgb(197,196,25); }
div.DivClassName
{
background-color: #C5C419;
}
.BgClassName
{
background-color: #C5C419;
}
</style>
border-color css
<style>
span { border-color: #C5C419; }
span { border-color: rgb(197,196,25); }
td.TdClassName
{
border-color: #C5C419;
}
.TagClassName
{
border-color: #C5C419;
}
</style>