Shades of Bird Flower #C5C11A
Tints of Bird Flower #C5C11A
RGB
CMYK
RGB Variations
Color information
#C5C11A (or 0xC5C11A) is known color: Bird Flower. HEX triplet: C5, C1 and 1A. RGB value is (197,193,26). Sum of RGB (Red+Green+Blue) = 197+193+26=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C11A is #3A3EE5. Grayscale: #AFAFAF. Windows color (decimal): -3817190 or 1753541. OLE color: 1753541.
HSL color Cylindrical-coordinate representation of color #C5C11A: hue angle of 58.6º 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 #C5C11A is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 26 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.23 |
| HSL | 58.6º | 0.77% | 0.44% | - |
| HSV(B) | 58.6º | 0.87% | 0.77% | - |
| XYZ | 42.28 | 50.08 | 8.42 | - |
| YUV | 175.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 26 | 0 | 0.02 | 0.87 | 0.23 | 58.6 | 0.77 | 0.44 |
| Hex | C5 | C1 | 1A | 0 | 2 | 57 | 17 | 3B | 4D | 2C |
| Octal | 305 | 301 | 32 | 0 | 2 | 127 | 27 | 73 | 115 | 54 |
| Binary | 11000101 | 11000001 | 11010 | 0 | 10 | 1010111 | 10111 | 111011 | 1001101 | 101100 |
Color Harmonies of #C5C11A
Complementary color
Monochromatic Colors of #C5C11A
Black with #C5C11A
Text Example
Text Example
White with #C5C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C11A; }
p { color: rgb(197,193,26); }
H1.HeaderClassName
{
color: #C5C11A;
}
.AnyTagClassName
{
color: #C5C11A;
}
</style>
background-color css
<style>
a { background-color: #C5C11A; }
a { background-color: rgb(197,193,26); }
div.DivClassName
{
background-color: #C5C11A;
}
.BgClassName
{
background-color: #C5C11A;
}
</style>
border-color css
<style>
span { border-color: #C5C11A; }
span { border-color: rgb(197,193,26); }
td.TdClassName
{
border-color: #C5C11A;
}
.TagClassName
{
border-color: #C5C11A;
}
</style>