Shades of Bird Flower #C8BE10
Tints of Bird Flower #C8BE10
RGB
CMYK
RGB Variations
Color information
#C8BE10 (or 0xC8BE10) is known color: Bird Flower. HEX triplet: C8, BE and 10. RGB value is (200,190,16). Sum of RGB (Red+Green+Blue) = 200+190+16=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE10 is #3741EF. Grayscale: #ADADAD. Windows color (decimal): -3621360 or 1097416. OLE color: 1097416.
HSL color Cylindrical-coordinate representation of color #C8BE10: hue angle of 56.74º 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 #C8BE10 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 16 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.22 |
| HSL | 56.74º | 0.85% | 0.42% | - |
| HSV(B) | 56.74º | 0.92% | 0.78% | - |
| XYZ | 42.33 | 49.14 | 7.75 | - |
| YUV | 173.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 16 | 0 | 0.05 | 0.92 | 0.22 | 56.74 | 0.85 | 0.42 |
| Hex | C8 | BE | 10 | 0 | 5 | 5C | 16 | 39 | 55 | 2A |
| Octal | 310 | 276 | 20 | 0 | 5 | 134 | 26 | 71 | 125 | 52 |
| Binary | 11001000 | 10111110 | 10000 | 0 | 101 | 1011100 | 10110 | 111001 | 1010101 | 101010 |
Color Harmonies of #C8BE10
Complementary color
Monochromatic Colors of #C8BE10
Black with #C8BE10
Text Example
Text Example
White with #C8BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE10; }
p { color: rgb(200,190,16); }
H1.HeaderClassName
{
color: #C8BE10;
}
.AnyTagClassName
{
color: #C8BE10;
}
</style>
background-color css
<style>
a { background-color: #C8BE10; }
a { background-color: rgb(200,190,16); }
div.DivClassName
{
background-color: #C8BE10;
}
.BgClassName
{
background-color: #C8BE10;
}
</style>
border-color css
<style>
span { border-color: #C8BE10; }
span { border-color: rgb(200,190,16); }
td.TdClassName
{
border-color: #C8BE10;
}
.TagClassName
{
border-color: #C8BE10;
}
</style>