Shades of Bird Flower #C4B110
Tints of Bird Flower #C4B110
RGB
CMYK
RGB Variations
Color information
#C4B110 (or 0xC4B110) is known color: Bird Flower. HEX triplet: C4, B1 and 10. RGB value is (196,177,16). Sum of RGB (Red+Green+Blue) = 196+177+16=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B110 is #3B4EEF. Grayscale: #A4A4A4. Windows color (decimal): -3886832 or 1094084. OLE color: 1094084.
HSL color Cylindrical-coordinate representation of color #C4B110: hue angle of 53.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4B110 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.23 |
| HSL | 53.67º | 0.85% | 0.42% | - |
| HSV(B) | 53.67º | 0.92% | 0.77% | - |
| XYZ | 38.58 | 43.22 | 6.8 | - |
| YUV | 164.33 | 44.29 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 16 | 0 | 0.10 | 0.92 | 0.23 | 53.67 | 0.85 | 0.42 |
| Hex | C4 | B1 | 10 | 0 | A | 5C | 17 | 36 | 55 | 2A |
| Octal | 304 | 261 | 20 | 0 | 12 | 134 | 27 | 66 | 125 | 52 |
| Binary | 11000100 | 10110001 | 10000 | 0 | 1010 | 1011100 | 10111 | 110110 | 1010101 | 101010 |
Color Harmonies of #C4B110
Complementary color
Monochromatic Colors of #C4B110
Black with #C4B110
Text Example
Text Example
White with #C4B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B110; }
p { color: rgb(196,177,16); }
H1.HeaderClassName
{
color: #C4B110;
}
.AnyTagClassName
{
color: #C4B110;
}
</style>
background-color css
<style>
a { background-color: #C4B110; }
a { background-color: rgb(196,177,16); }
div.DivClassName
{
background-color: #C4B110;
}
.BgClassName
{
background-color: #C4B110;
}
</style>
border-color css
<style>
span { border-color: #C4B110; }
span { border-color: rgb(196,177,16); }
td.TdClassName
{
border-color: #C4B110;
}
.TagClassName
{
border-color: #C4B110;
}
</style>