Shades of Bird Flower #C5C418
Tints of Bird Flower #C5C418
RGB
CMYK
RGB Variations
Color information
#C5C418 (or 0xC5C418) is known color: Bird Flower. HEX triplet: C5, C4 and 18. RGB value is (197,196,24). Sum of RGB (Red+Green+Blue) = 197+196+24=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C418 is #3A3BE7. Grayscale: #B1B1B1. Windows color (decimal): -3816424 or 1623237. OLE color: 1623237.
HSL color Cylindrical-coordinate representation of color #C5C418: hue angle of 59.65º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5C418 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 24 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.23 |
| HSL | 59.65º | 0.78% | 0.43% | - |
| HSV(B) | 59.65º | 0.88% | 0.77% | - |
| XYZ | 42.93 | 51.42 | 8.53 | - |
| YUV | 176.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 24 | 0 | 0.01 | 0.88 | 0.23 | 59.65 | 0.78 | 0.43 |
| Hex | C5 | C4 | 18 | 0 | 1 | 58 | 17 | 3C | 4E | 2B |
| Octal | 305 | 304 | 30 | 0 | 1 | 130 | 27 | 74 | 116 | 53 |
| Binary | 11000101 | 11000100 | 11000 | 0 | 1 | 1011000 | 10111 | 111100 | 1001110 | 101011 |
Color Harmonies of #C5C418
Complementary color
Monochromatic Colors of #C5C418
Black with #C5C418
Text Example
Text Example
White with #C5C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C418; }
p { color: rgb(197,196,24); }
H1.HeaderClassName
{
color: #C5C418;
}
.AnyTagClassName
{
color: #C5C418;
}
</style>
background-color css
<style>
a { background-color: #C5C418; }
a { background-color: rgb(197,196,24); }
div.DivClassName
{
background-color: #C5C418;
}
.BgClassName
{
background-color: #C5C418;
}
</style>
border-color css
<style>
span { border-color: #C5C418; }
span { border-color: rgb(197,196,24); }
td.TdClassName
{
border-color: #C5C418;
}
.TagClassName
{
border-color: #C5C418;
}
</style>