Shades of Bird Flower #C5B412
Tints of Bird Flower #C5B412
RGB
CMYK
RGB Variations
Color information
#C5B412 (or 0xC5B412) is known color: Bird Flower. HEX triplet: C5, B4 and 12. RGB value is (197,180,18). Sum of RGB (Red+Green+Blue) = 197+180+18=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B412 is #3A4BED. Grayscale: #A7A7A7. Windows color (decimal): -3820526 or 1225925. OLE color: 1225925.
HSL color Cylindrical-coordinate representation of color #C5B412: hue angle of 54.3º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5B412 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 18 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.23 |
| HSL | 54.3º | 0.83% | 0.42% | - |
| HSV(B) | 54.3º | 0.91% | 0.77% | - |
| XYZ | 39.46 | 44.56 | 7.09 | - |
| YUV | 166.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 18 | 0 | 0.09 | 0.91 | 0.23 | 54.3 | 0.83 | 0.42 |
| Hex | C5 | B4 | 12 | 0 | 9 | 5B | 17 | 36 | 53 | 2A |
| Octal | 305 | 264 | 22 | 0 | 11 | 133 | 27 | 66 | 123 | 52 |
| Binary | 11000101 | 10110100 | 10010 | 0 | 1001 | 1011011 | 10111 | 110110 | 1010011 | 101010 |
Color Harmonies of #C5B412
Complementary color
Monochromatic Colors of #C5B412
Black with #C5B412
Text Example
Text Example
White with #C5B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B412; }
p { color: rgb(197,180,18); }
H1.HeaderClassName
{
color: #C5B412;
}
.AnyTagClassName
{
color: #C5B412;
}
</style>
background-color css
<style>
a { background-color: #C5B412; }
a { background-color: rgb(197,180,18); }
div.DivClassName
{
background-color: #C5B412;
}
.BgClassName
{
background-color: #C5B412;
}
</style>
border-color css
<style>
span { border-color: #C5B412; }
span { border-color: rgb(197,180,18); }
td.TdClassName
{
border-color: #C5B412;
}
.TagClassName
{
border-color: #C5B412;
}
</style>