Shades of Bird Flower #C8BA08
Tints of Bird Flower #C8BA08
RGB
CMYK
RGB Variations
Color information
#C8BA08 (or 0xC8BA08) is known color: Bird Flower. HEX triplet: C8, BA and 08. RGB value is (200,186,8). Sum of RGB (Red+Green+Blue) = 200+186+8=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA08 is #3745F7. Grayscale: #AAAAAA. Windows color (decimal): -3622392 or 572104. OLE color: 572104.
HSL color Cylindrical-coordinate representation of color #C8BA08: hue angle of 55.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8BA08 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.22 |
| HSL | 55.63º | 0.92% | 0.41% | - |
| HSV(B) | 55.63º | 0.96% | 0.78% | - |
| XYZ | 41.42 | 47.41 | 7.2 | - |
| YUV | 169.89 | 36.64 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 8 | 0 | 0.07 | 0.96 | 0.22 | 55.63 | 0.92 | 0.41 |
| Hex | C8 | BA | 8 | 0 | 7 | 60 | 16 | 38 | 5C | 29 |
| Octal | 310 | 272 | 10 | 0 | 7 | 140 | 26 | 70 | 134 | 51 |
| Binary | 11001000 | 10111010 | 1000 | 0 | 111 | 1100000 | 10110 | 111000 | 1011100 | 101001 |
Color Harmonies of #C8BA08
Complementary color
Monochromatic Colors of #C8BA08
Black with #C8BA08
Text Example
Text Example
White with #C8BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA08; }
p { color: rgb(200,186,8); }
H1.HeaderClassName
{
color: #C8BA08;
}
.AnyTagClassName
{
color: #C8BA08;
}
</style>
background-color css
<style>
a { background-color: #C8BA08; }
a { background-color: rgb(200,186,8); }
div.DivClassName
{
background-color: #C8BA08;
}
.BgClassName
{
background-color: #C8BA08;
}
</style>
border-color css
<style>
span { border-color: #C8BA08; }
span { border-color: rgb(200,186,8); }
td.TdClassName
{
border-color: #C8BA08;
}
.TagClassName
{
border-color: #C8BA08;
}
</style>