Shades of Bird Flower #C5C014
Tints of Bird Flower #C5C014
RGB
CMYK
RGB Variations
Color information
#C5C014 (or 0xC5C014) is known color: Bird Flower. HEX triplet: C5, C0 and 14. RGB value is (197,192,20). Sum of RGB (Red+Green+Blue) = 197+192+20=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C014 is #3A3FEB. Grayscale: #AEAEAE. Windows color (decimal): -3817452 or 1360069. OLE color: 1360069.
HSL color Cylindrical-coordinate representation of color #C5C014: hue angle of 58.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5C014 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 20 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.23 |
| HSL | 58.31º | 0.82% | 0.43% | - |
| HSV(B) | 58.31º | 0.9% | 0.77% | - |
| XYZ | 42 | 49.62 | 8.03 | - |
| YUV | 173.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 20 | 0 | 0.03 | 0.90 | 0.23 | 58.31 | 0.82 | 0.43 |
| Hex | C5 | C0 | 14 | 0 | 3 | 5A | 17 | 3A | 52 | 2B |
| Octal | 305 | 300 | 24 | 0 | 3 | 132 | 27 | 72 | 122 | 53 |
| Binary | 11000101 | 11000000 | 10100 | 0 | 11 | 1011010 | 10111 | 111010 | 1010010 | 101011 |
Color Harmonies of #C5C014
Complementary color
Monochromatic Colors of #C5C014
Black with #C5C014
Text Example
Text Example
White with #C5C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C014; }
p { color: rgb(197,192,20); }
H1.HeaderClassName
{
color: #C5C014;
}
.AnyTagClassName
{
color: #C5C014;
}
</style>
background-color css
<style>
a { background-color: #C5C014; }
a { background-color: rgb(197,192,20); }
div.DivClassName
{
background-color: #C5C014;
}
.BgClassName
{
background-color: #C5C014;
}
</style>
border-color css
<style>
span { border-color: #C5C014; }
span { border-color: rgb(197,192,20); }
td.TdClassName
{
border-color: #C5C014;
}
.TagClassName
{
border-color: #C5C014;
}
</style>