Shades of Bird Flower #C7BB10
Tints of Bird Flower #C7BB10
RGB
CMYK
RGB Variations
Color information
#C7BB10 (or 0xC7BB10) is known color: Bird Flower. HEX triplet: C7, BB and 10. RGB value is (199,187,16). Sum of RGB (Red+Green+Blue) = 199+187+16=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BB10 is #3844EF. Grayscale: #ABABAB. Windows color (decimal): -3687664 or 1096647. OLE color: 1096647.
HSL color Cylindrical-coordinate representation of color #C7BB10: hue angle of 56.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7BB10 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.22 |
| HSL | 56.07º | 0.85% | 0.42% | - |
| HSV(B) | 56.07º | 0.92% | 0.78% | - |
| XYZ | 41.42 | 47.72 | 7.52 | - |
| YUV | 171.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 16 | 0 | 0.06 | 0.92 | 0.22 | 56.07 | 0.85 | 0.42 |
| Hex | C7 | BB | 10 | 0 | 6 | 5C | 16 | 38 | 55 | 2A |
| Octal | 307 | 273 | 20 | 0 | 6 | 134 | 26 | 70 | 125 | 52 |
| Binary | 11000111 | 10111011 | 10000 | 0 | 110 | 1011100 | 10110 | 111000 | 1010101 | 101010 |
Color Harmonies of #C7BB10
Complementary color
Monochromatic Colors of #C7BB10
Black with #C7BB10
Text Example
Text Example
White with #C7BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB10; }
p { color: rgb(199,187,16); }
H1.HeaderClassName
{
color: #C7BB10;
}
.AnyTagClassName
{
color: #C7BB10;
}
</style>
background-color css
<style>
a { background-color: #C7BB10; }
a { background-color: rgb(199,187,16); }
div.DivClassName
{
background-color: #C7BB10;
}
.BgClassName
{
background-color: #C7BB10;
}
</style>
border-color css
<style>
span { border-color: #C7BB10; }
span { border-color: rgb(199,187,16); }
td.TdClassName
{
border-color: #C7BB10;
}
.TagClassName
{
border-color: #C7BB10;
}
</style>