Shades of Bird Flower #C4B613
Tints of Bird Flower #C4B613
RGB
CMYK
RGB Variations
Color information
#C4B613 (or 0xC4B613) is known color: Bird Flower. HEX triplet: C4, B6 and 13. RGB value is (196,182,19). Sum of RGB (Red+Green+Blue) = 196+182+19=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B613 is #3B49EC. Grayscale: #A8A8A8. Windows color (decimal): -3885549 or 1291972. OLE color: 1291972.
HSL color Cylindrical-coordinate representation of color #C4B613: hue angle of 55.25º degrees, saturation: 0.82, 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 #C4B613 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.23 |
| HSL | 55.25º | 0.82% | 0.42% | - |
| HSV(B) | 55.25º | 0.9% | 0.77% | - |
| XYZ | 39.61 | 45.24 | 7.26 | - |
| YUV | 167.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 19 | 0 | 0.07 | 0.90 | 0.23 | 55.25 | 0.82 | 0.42 |
| Hex | C4 | B6 | 13 | 0 | 7 | 5A | 17 | 37 | 52 | 2A |
| Octal | 304 | 266 | 23 | 0 | 7 | 132 | 27 | 67 | 122 | 52 |
| Binary | 11000100 | 10110110 | 10011 | 0 | 111 | 1011010 | 10111 | 110111 | 1010010 | 101010 |
Color Harmonies of #C4B613
Complementary color
Monochromatic Colors of #C4B613
Black with #C4B613
Text Example
Text Example
White with #C4B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B613; }
p { color: rgb(196,182,19); }
H1.HeaderClassName
{
color: #C4B613;
}
.AnyTagClassName
{
color: #C4B613;
}
</style>
background-color css
<style>
a { background-color: #C4B613; }
a { background-color: rgb(196,182,19); }
div.DivClassName
{
background-color: #C4B613;
}
.BgClassName
{
background-color: #C4B613;
}
</style>
border-color css
<style>
span { border-color: #C4B613; }
span { border-color: rgb(196,182,19); }
td.TdClassName
{
border-color: #C4B613;
}
.TagClassName
{
border-color: #C4B613;
}
</style>