Shades of Bird Flower #C4B814
Tints of Bird Flower #C4B814
RGB
CMYK
RGB Variations
Color information
#C4B814 (or 0xC4B814) is known color: Bird Flower. HEX triplet: C4, B8 and 14. RGB value is (196,184,20). Sum of RGB (Red+Green+Blue) = 196+184+20=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B814 is #3B47EB. Grayscale: #A9A9A9. Windows color (decimal): -3885036 or 1358020. OLE color: 1358020.
HSL color Cylindrical-coordinate representation of color #C4B814: hue angle of 55.91º degrees, saturation: 0.81, 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 #C4B814 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.23 |
| HSL | 55.91º | 0.81% | 0.42% | - |
| HSV(B) | 55.91º | 0.9% | 0.77% | - |
| XYZ | 40.03 | 46.07 | 7.44 | - |
| YUV | 168.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 20 | 0 | 0.06 | 0.90 | 0.23 | 55.91 | 0.81 | 0.42 |
| Hex | C4 | B8 | 14 | 0 | 6 | 5A | 17 | 38 | 51 | 2A |
| Octal | 304 | 270 | 24 | 0 | 6 | 132 | 27 | 70 | 121 | 52 |
| Binary | 11000100 | 10111000 | 10100 | 0 | 110 | 1011010 | 10111 | 111000 | 1010001 | 101010 |
Color Harmonies of #C4B814
Complementary color
Monochromatic Colors of #C4B814
Black with #C4B814
Text Example
Text Example
White with #C4B814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B814; }
p { color: rgb(196,184,20); }
H1.HeaderClassName
{
color: #C4B814;
}
.AnyTagClassName
{
color: #C4B814;
}
</style>
background-color css
<style>
a { background-color: #C4B814; }
a { background-color: rgb(196,184,20); }
div.DivClassName
{
background-color: #C4B814;
}
.BgClassName
{
background-color: #C4B814;
}
</style>
border-color css
<style>
span { border-color: #C4B814; }
span { border-color: rgb(196,184,20); }
td.TdClassName
{
border-color: #C4B814;
}
.TagClassName
{
border-color: #C4B814;
}
</style>