Shades of Bird Flower #C8BA0A
Tints of Bird Flower #C8BA0A
RGB
CMYK
RGB Variations
Color information
#C8BA0A (or 0xC8BA0A) is known color: Bird Flower. HEX triplet: C8, BA and 0A. RGB value is (200,186,10). Sum of RGB (Red+Green+Blue) = 200+186+10=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA0A is #3745F5. Grayscale: #AAAAAA. Windows color (decimal): -3622390 or 703176. OLE color: 703176.
HSL color Cylindrical-coordinate representation of color #C8BA0A: hue angle of 55.58º 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 #C8BA0A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.22 |
| HSL | 55.58º | 0.9% | 0.41% | - |
| HSV(B) | 55.58º | 0.95% | 0.78% | - |
| XYZ | 41.43 | 47.42 | 7.26 | - |
| YUV | 170.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 10 | 0 | 0.07 | 0.95 | 0.22 | 55.58 | 0.9 | 0.41 |
| Hex | C8 | BA | A | 0 | 7 | 5F | 16 | 38 | 5A | 29 |
| Octal | 310 | 272 | 12 | 0 | 7 | 137 | 26 | 70 | 132 | 51 |
| Binary | 11001000 | 10111010 | 1010 | 0 | 111 | 1011111 | 10110 | 111000 | 1011010 | 101001 |
Color Harmonies of #C8BA0A
Complementary color
Monochromatic Colors of #C8BA0A
Black with #C8BA0A
Text Example
Text Example
White with #C8BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA0A; }
p { color: rgb(200,186,10); }
H1.HeaderClassName
{
color: #C8BA0A;
}
.AnyTagClassName
{
color: #C8BA0A;
}
</style>
background-color css
<style>
a { background-color: #C8BA0A; }
a { background-color: rgb(200,186,10); }
div.DivClassName
{
background-color: #C8BA0A;
}
.BgClassName
{
background-color: #C8BA0A;
}
</style>
border-color css
<style>
span { border-color: #C8BA0A; }
span { border-color: rgb(200,186,10); }
td.TdClassName
{
border-color: #C8BA0A;
}
.TagClassName
{
border-color: #C8BA0A;
}
</style>