Shades of Bird Flower #C5C113
Tints of Bird Flower #C5C113
RGB
CMYK
RGB Variations
Color information
#C5C113 (or 0xC5C113) is known color: Bird Flower. HEX triplet: C5, C1 and 13. RGB value is (197,193,19). Sum of RGB (Red+Green+Blue) = 197+193+19=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C113 is #3A3EEC. Grayscale: #AFAFAF. Windows color (decimal): -3817197 or 1294789. OLE color: 1294789.
HSL color Cylindrical-coordinate representation of color #C5C113: hue angle of 58.65º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5C113 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 19 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.23 |
| HSL | 58.65º | 0.82% | 0.42% | - |
| HSV(B) | 58.65º | 0.9% | 0.77% | - |
| XYZ | 42.21 | 50.06 | 8.05 | - |
| YUV | 174.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 19 | 0 | 0.02 | 0.90 | 0.23 | 58.65 | 0.82 | 0.42 |
| Hex | C5 | C1 | 13 | 0 | 2 | 5A | 17 | 3B | 52 | 2A |
| Octal | 305 | 301 | 23 | 0 | 2 | 132 | 27 | 73 | 122 | 52 |
| Binary | 11000101 | 11000001 | 10011 | 0 | 10 | 1011010 | 10111 | 111011 | 1010010 | 101010 |
Color Harmonies of #C5C113
Complementary color
Monochromatic Colors of #C5C113
Black with #C5C113
Text Example
Text Example
White with #C5C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C113; }
p { color: rgb(197,193,19); }
H1.HeaderClassName
{
color: #C5C113;
}
.AnyTagClassName
{
color: #C5C113;
}
</style>
background-color css
<style>
a { background-color: #C5C113; }
a { background-color: rgb(197,193,19); }
div.DivClassName
{
background-color: #C5C113;
}
.BgClassName
{
background-color: #C5C113;
}
</style>
border-color css
<style>
span { border-color: #C5C113; }
span { border-color: rgb(197,193,19); }
td.TdClassName
{
border-color: #C5C113;
}
.TagClassName
{
border-color: #C5C113;
}
</style>