Shades of Bird Flower #C8BC10
Tints of Bird Flower #C8BC10
RGB
CMYK
RGB Variations
Color information
#C8BC10 (or 0xC8BC10) is known color: Bird Flower. HEX triplet: C8, BC and 10. RGB value is (200,188,16). Sum of RGB (Red+Green+Blue) = 200+188+16=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC10 is #3743EF. Grayscale: #ACACAC. Windows color (decimal): -3621872 or 1096904. OLE color: 1096904.
HSL color Cylindrical-coordinate representation of color #C8BC10: hue angle of 56.09º 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 #C8BC10 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.22 |
| HSL | 56.09º | 0.85% | 0.42% | - |
| HSV(B) | 56.09º | 0.92% | 0.78% | - |
| XYZ | 41.9 | 48.28 | 7.6 | - |
| YUV | 171.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 16 | 0 | 0.06 | 0.92 | 0.22 | 56.09 | 0.85 | 0.42 |
| Hex | C8 | BC | 10 | 0 | 6 | 5C | 16 | 38 | 55 | 2A |
| Octal | 310 | 274 | 20 | 0 | 6 | 134 | 26 | 70 | 125 | 52 |
| Binary | 11001000 | 10111100 | 10000 | 0 | 110 | 1011100 | 10110 | 111000 | 1010101 | 101010 |
Color Harmonies of #C8BC10
Complementary color
Monochromatic Colors of #C8BC10
Black with #C8BC10
Text Example
Text Example
White with #C8BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC10; }
p { color: rgb(200,188,16); }
H1.HeaderClassName
{
color: #C8BC10;
}
.AnyTagClassName
{
color: #C8BC10;
}
</style>
background-color css
<style>
a { background-color: #C8BC10; }
a { background-color: rgb(200,188,16); }
div.DivClassName
{
background-color: #C8BC10;
}
.BgClassName
{
background-color: #C8BC10;
}
</style>
border-color css
<style>
span { border-color: #C8BC10; }
span { border-color: rgb(200,188,16); }
td.TdClassName
{
border-color: #C8BC10;
}
.TagClassName
{
border-color: #C8BC10;
}
</style>