Shades of Bird Flower #C4B614
Tints of Bird Flower #C4B614
RGB
CMYK
RGB Variations
Color information
#C4B614 (or 0xC4B614) is known color: Bird Flower. HEX triplet: C4, B6 and 14. RGB value is (196,182,20). Sum of RGB (Red+Green+Blue) = 196+182+20=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B614 is #3B49EB. Grayscale: #A8A8A8. Windows color (decimal): -3885548 or 1357508. OLE color: 1357508.
HSL color Cylindrical-coordinate representation of color #C4B614: hue angle of 55.23º 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 #C4B614 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.23 |
| HSL | 55.23º | 0.81% | 0.42% | - |
| HSV(B) | 55.23º | 0.9% | 0.77% | - |
| XYZ | 39.62 | 45.24 | 7.31 | - |
| YUV | 167.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 20 | 0 | 0.07 | 0.90 | 0.23 | 55.23 | 0.81 | 0.42 |
| Hex | C4 | B6 | 14 | 0 | 7 | 5A | 17 | 37 | 51 | 2A |
| Octal | 304 | 266 | 24 | 0 | 7 | 132 | 27 | 67 | 121 | 52 |
| Binary | 11000100 | 10110110 | 10100 | 0 | 111 | 1011010 | 10111 | 110111 | 1010001 | 101010 |
Color Harmonies of #C4B614
Complementary color
Monochromatic Colors of #C4B614
Black with #C4B614
Text Example
Text Example
White with #C4B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B614; }
p { color: rgb(196,182,20); }
H1.HeaderClassName
{
color: #C4B614;
}
.AnyTagClassName
{
color: #C4B614;
}
</style>
background-color css
<style>
a { background-color: #C4B614; }
a { background-color: rgb(196,182,20); }
div.DivClassName
{
background-color: #C4B614;
}
.BgClassName
{
background-color: #C4B614;
}
</style>
border-color css
<style>
span { border-color: #C4B614; }
span { border-color: rgb(196,182,20); }
td.TdClassName
{
border-color: #C4B614;
}
.TagClassName
{
border-color: #C4B614;
}
</style>