Shades of Bird Flower #C4B010
Tints of Bird Flower #C4B010
RGB
CMYK
RGB Variations
Color information
#C4B010 (or 0xC4B010) is known color: Bird Flower. HEX triplet: C4, B0 and 10. RGB value is (196,176,16). Sum of RGB (Red+Green+Blue) = 196+176+16=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B010 is #3B4FEF. Grayscale: #A4A4A4. Windows color (decimal): -3887088 or 1093828. OLE color: 1093828.
HSL color Cylindrical-coordinate representation of color #C4B010: hue angle of 53.33º 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 #C4B010 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.23 |
| HSL | 53.33º | 0.85% | 0.42% | - |
| HSV(B) | 53.33º | 0.92% | 0.77% | - |
| XYZ | 38.38 | 42.82 | 6.73 | - |
| YUV | 163.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 16 | 0 | 0.10 | 0.92 | 0.23 | 53.33 | 0.85 | 0.42 |
| Hex | C4 | B0 | 10 | 0 | A | 5C | 17 | 35 | 55 | 2A |
| Octal | 304 | 260 | 20 | 0 | 12 | 134 | 27 | 65 | 125 | 52 |
| Binary | 11000100 | 10110000 | 10000 | 0 | 1010 | 1011100 | 10111 | 110101 | 1010101 | 101010 |
Color Harmonies of #C4B010
Complementary color
Monochromatic Colors of #C4B010
Black with #C4B010
Text Example
Text Example
White with #C4B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B010; }
p { color: rgb(196,176,16); }
H1.HeaderClassName
{
color: #C4B010;
}
.AnyTagClassName
{
color: #C4B010;
}
</style>
background-color css
<style>
a { background-color: #C4B010; }
a { background-color: rgb(196,176,16); }
div.DivClassName
{
background-color: #C4B010;
}
.BgClassName
{
background-color: #C4B010;
}
</style>
border-color css
<style>
span { border-color: #C4B010; }
span { border-color: rgb(196,176,16); }
td.TdClassName
{
border-color: #C4B010;
}
.TagClassName
{
border-color: #C4B010;
}
</style>