Shades of Bird Flower #C4B112
Tints of Bird Flower #C4B112
RGB
CMYK
RGB Variations
Color information
#C4B112 (or 0xC4B112) is known color: Bird Flower. HEX triplet: C4, B1 and 12. RGB value is (196,177,18). Sum of RGB (Red+Green+Blue) = 196+177+18=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B112 is #3B4EED. Grayscale: #A5A5A5. Windows color (decimal): -3886830 or 1225156. OLE color: 1225156.
HSL color Cylindrical-coordinate representation of color #C4B112: hue angle of 53.6º 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 #C4B112 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 18 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.23 |
| HSL | 53.6º | 0.83% | 0.42% | - |
| HSV(B) | 53.6º | 0.91% | 0.77% | - |
| XYZ | 38.6 | 43.22 | 6.88 | - |
| YUV | 164.56 | 45.29 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 18 | 0 | 0.10 | 0.91 | 0.23 | 53.6 | 0.83 | 0.42 |
| Hex | C4 | B1 | 12 | 0 | A | 5B | 17 | 36 | 53 | 2A |
| Octal | 304 | 261 | 22 | 0 | 12 | 133 | 27 | 66 | 123 | 52 |
| Binary | 11000100 | 10110001 | 10010 | 0 | 1010 | 1011011 | 10111 | 110110 | 1010011 | 101010 |
Color Harmonies of #C4B112
Complementary color
Monochromatic Colors of #C4B112
Black with #C4B112
Text Example
Text Example
White with #C4B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B112; }
p { color: rgb(196,177,18); }
H1.HeaderClassName
{
color: #C4B112;
}
.AnyTagClassName
{
color: #C4B112;
}
</style>
background-color css
<style>
a { background-color: #C4B112; }
a { background-color: rgb(196,177,18); }
div.DivClassName
{
background-color: #C4B112;
}
.BgClassName
{
background-color: #C4B112;
}
</style>
border-color css
<style>
span { border-color: #C4B112; }
span { border-color: rgb(196,177,18); }
td.TdClassName
{
border-color: #C4B112;
}
.TagClassName
{
border-color: #C4B112;
}
</style>