Shades of Bird Flower #C8BE0A
Tints of Bird Flower #C8BE0A
RGB
CMYK
RGB Variations
Color information
#C8BE0A (or 0xC8BE0A) is known color: Bird Flower. HEX triplet: C8, BE and 0A. RGB value is (200,190,10). Sum of RGB (Red+Green+Blue) = 200+190+10=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE0A is #3741F5. Grayscale: #ADADAD. Windows color (decimal): -3621366 or 704200. OLE color: 704200.
HSL color Cylindrical-coordinate representation of color #C8BE0A: hue angle of 56.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8BE0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.22 |
| HSL | 56.84º | 0.9% | 0.41% | - |
| HSV(B) | 56.84º | 0.95% | 0.78% | - |
| XYZ | 42.29 | 49.13 | 7.54 | - |
| YUV | 172.47 | 36.31 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 10 | 0 | 0.05 | 0.95 | 0.22 | 56.84 | 0.9 | 0.41 |
| Hex | C8 | BE | A | 0 | 5 | 5F | 16 | 39 | 5A | 29 |
| Octal | 310 | 276 | 12 | 0 | 5 | 137 | 26 | 71 | 132 | 51 |
| Binary | 11001000 | 10111110 | 1010 | 0 | 101 | 1011111 | 10110 | 111001 | 1011010 | 101001 |
Color Harmonies of #C8BE0A
Complementary color
Monochromatic Colors of #C8BE0A
Black with #C8BE0A
Text Example
Text Example
White with #C8BE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE0A; }
p { color: rgb(200,190,10); }
H1.HeaderClassName
{
color: #C8BE0A;
}
.AnyTagClassName
{
color: #C8BE0A;
}
</style>
background-color css
<style>
a { background-color: #C8BE0A; }
a { background-color: rgb(200,190,10); }
div.DivClassName
{
background-color: #C8BE0A;
}
.BgClassName
{
background-color: #C8BE0A;
}
</style>
border-color css
<style>
span { border-color: #C8BE0A; }
span { border-color: rgb(200,190,10); }
td.TdClassName
{
border-color: #C8BE0A;
}
.TagClassName
{
border-color: #C8BE0A;
}
</style>