Shades of Bird Flower #C5C11C
Tints of Bird Flower #C5C11C
RGB
CMYK
RGB Variations
Color information
#C5C11C (or 0xC5C11C) is known color: Bird Flower. HEX triplet: C5, C1 and 1C. RGB value is (197,193,28). Sum of RGB (Red+Green+Blue) = 197+193+28=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C11C is #3A3EE3. Grayscale: #B0B0B0. Windows color (decimal): -3817188 or 1884613. OLE color: 1884613.
HSL color Cylindrical-coordinate representation of color #C5C11C: hue angle of 58.58º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5C11C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 28 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.23 |
| HSL | 58.58º | 0.75% | 0.44% | - |
| HSV(B) | 58.58º | 0.86% | 0.77% | - |
| XYZ | 42.31 | 50.09 | 8.54 | - |
| YUV | 175.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 28 | 0 | 0.02 | 0.86 | 0.23 | 58.58 | 0.75 | 0.44 |
| Hex | C5 | C1 | 1C | 0 | 2 | 56 | 17 | 3B | 4B | 2C |
| Octal | 305 | 301 | 34 | 0 | 2 | 126 | 27 | 73 | 113 | 54 |
| Binary | 11000101 | 11000001 | 11100 | 0 | 10 | 1010110 | 10111 | 111011 | 1001011 | 101100 |
Color Harmonies of #C5C11C
Complementary color
Monochromatic Colors of #C5C11C
Black with #C5C11C
Text Example
Text Example
White with #C5C11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C11C; }
p { color: rgb(197,193,28); }
H1.HeaderClassName
{
color: #C5C11C;
}
.AnyTagClassName
{
color: #C5C11C;
}
</style>
background-color css
<style>
a { background-color: #C5C11C; }
a { background-color: rgb(197,193,28); }
div.DivClassName
{
background-color: #C5C11C;
}
.BgClassName
{
background-color: #C5C11C;
}
</style>
border-color css
<style>
span { border-color: #C5C11C; }
span { border-color: rgb(197,193,28); }
td.TdClassName
{
border-color: #C5C11C;
}
.TagClassName
{
border-color: #C5C11C;
}
</style>