Shades of Bird Flower #C5C41C
Tints of Bird Flower #C5C41C
RGB
CMYK
RGB Variations
Color information
#C5C41C (or 0xC5C41C) is known color: Bird Flower. HEX triplet: C5, C4 and 1C. RGB value is (197,196,28). Sum of RGB (Red+Green+Blue) = 197+196+28=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C41C is #3A3BE3. Grayscale: #B1B1B1. Windows color (decimal): -3816420 or 1885381. OLE color: 1885381.
HSL color Cylindrical-coordinate representation of color #C5C41C: hue angle of 59.64º 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 #C5C41C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 28 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.23 |
| HSL | 59.64º | 0.75% | 0.44% | - |
| HSV(B) | 59.64º | 0.86% | 0.77% | - |
| XYZ | 42.98 | 51.43 | 8.76 | - |
| YUV | 177.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 28 | 0 | 0.01 | 0.86 | 0.23 | 59.64 | 0.75 | 0.44 |
| Hex | C5 | C4 | 1C | 0 | 1 | 56 | 17 | 3C | 4B | 2C |
| Octal | 305 | 304 | 34 | 0 | 1 | 126 | 27 | 74 | 113 | 54 |
| Binary | 11000101 | 11000100 | 11100 | 0 | 1 | 1010110 | 10111 | 111100 | 1001011 | 101100 |
Color Harmonies of #C5C41C
Complementary color
Monochromatic Colors of #C5C41C
Black with #C5C41C
Text Example
Text Example
White with #C5C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C41C; }
p { color: rgb(197,196,28); }
H1.HeaderClassName
{
color: #C5C41C;
}
.AnyTagClassName
{
color: #C5C41C;
}
</style>
background-color css
<style>
a { background-color: #C5C41C; }
a { background-color: rgb(197,196,28); }
div.DivClassName
{
background-color: #C5C41C;
}
.BgClassName
{
background-color: #C5C41C;
}
</style>
border-color css
<style>
span { border-color: #C5C41C; }
span { border-color: rgb(197,196,28); }
td.TdClassName
{
border-color: #C5C41C;
}
.TagClassName
{
border-color: #C5C41C;
}
</style>