Shades of Bird Flower #C4B713
Tints of Bird Flower #C4B713
RGB
CMYK
RGB Variations
Color information
#C4B713 (or 0xC4B713) is known color: Bird Flower. HEX triplet: C4, B7 and 13. RGB value is (196,183,19). Sum of RGB (Red+Green+Blue) = 196+183+19=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B713 is #3B48EC. Grayscale: #A8A8A8. Windows color (decimal): -3885293 or 1292228. OLE color: 1292228.
HSL color Cylindrical-coordinate representation of color #C4B713: hue angle of 55.59º 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 #C4B713 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.23 |
| HSL | 55.59º | 0.82% | 0.42% | - |
| HSV(B) | 55.59º | 0.9% | 0.77% | - |
| XYZ | 39.82 | 45.65 | 7.33 | - |
| YUV | 168.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 19 | 0 | 0.07 | 0.90 | 0.23 | 55.59 | 0.82 | 0.42 |
| Hex | C4 | B7 | 13 | 0 | 7 | 5A | 17 | 38 | 52 | 2A |
| Octal | 304 | 267 | 23 | 0 | 7 | 132 | 27 | 70 | 122 | 52 |
| Binary | 11000100 | 10110111 | 10011 | 0 | 111 | 1011010 | 10111 | 111000 | 1010010 | 101010 |
Color Harmonies of #C4B713
Complementary color
Monochromatic Colors of #C4B713
Black with #C4B713
Text Example
Text Example
White with #C4B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B713; }
p { color: rgb(196,183,19); }
H1.HeaderClassName
{
color: #C4B713;
}
.AnyTagClassName
{
color: #C4B713;
}
</style>
background-color css
<style>
a { background-color: #C4B713; }
a { background-color: rgb(196,183,19); }
div.DivClassName
{
background-color: #C4B713;
}
.BgClassName
{
background-color: #C4B713;
}
</style>
border-color css
<style>
span { border-color: #C4B713; }
span { border-color: rgb(196,183,19); }
td.TdClassName
{
border-color: #C4B713;
}
.TagClassName
{
border-color: #C4B713;
}
</style>