Shades of Bird Flower #C4B712
Tints of Bird Flower #C4B712
RGB
CMYK
RGB Variations
Color information
#C4B712 (or 0xC4B712) is known color: Bird Flower. HEX triplet: C4, B7 and 12. RGB value is (196,183,18). Sum of RGB (Red+Green+Blue) = 196+183+18=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B712 is #3B48ED. Grayscale: #A8A8A8. Windows color (decimal): -3885294 or 1226692. OLE color: 1226692.
HSL color Cylindrical-coordinate representation of color #C4B712: hue angle of 55.62º 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 #C4B712 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 18 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.23 |
| HSL | 55.62º | 0.83% | 0.42% | - |
| HSV(B) | 55.62º | 0.91% | 0.77% | - |
| XYZ | 39.81 | 45.65 | 7.28 | - |
| YUV | 168.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 18 | 0 | 0.07 | 0.91 | 0.23 | 55.62 | 0.83 | 0.42 |
| Hex | C4 | B7 | 12 | 0 | 7 | 5B | 17 | 38 | 53 | 2A |
| Octal | 304 | 267 | 22 | 0 | 7 | 133 | 27 | 70 | 123 | 52 |
| Binary | 11000100 | 10110111 | 10010 | 0 | 111 | 1011011 | 10111 | 111000 | 1010011 | 101010 |
Color Harmonies of #C4B712
Complementary color
Monochromatic Colors of #C4B712
Black with #C4B712
Text Example
Text Example
White with #C4B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B712; }
p { color: rgb(196,183,18); }
H1.HeaderClassName
{
color: #C4B712;
}
.AnyTagClassName
{
color: #C4B712;
}
</style>
background-color css
<style>
a { background-color: #C4B712; }
a { background-color: rgb(196,183,18); }
div.DivClassName
{
background-color: #C4B712;
}
.BgClassName
{
background-color: #C4B712;
}
</style>
border-color css
<style>
span { border-color: #C4B712; }
span { border-color: rgb(196,183,18); }
td.TdClassName
{
border-color: #C4B712;
}
.TagClassName
{
border-color: #C4B712;
}
</style>