Shades of Bird Flower #C8BA20
Tints of Bird Flower #C8BA20
RGB
CMYK
RGB Variations
Color information
#C8BA20 (or 0xC8BA20) is known color: Bird Flower. HEX triplet: C8, BA and 20. RGB value is (200,186,32). Sum of RGB (Red+Green+Blue) = 200+186+32=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA20 is #3745DF. Grayscale: #ADADAD. Windows color (decimal): -3622368 or 2144968. OLE color: 2144968.
HSL color Cylindrical-coordinate representation of color #C8BA20: hue angle of 55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8BA20 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 32 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.22 |
| HSL | 55º | 0.72% | 0.45% | - |
| HSV(B) | 55º | 0.84% | 0.78% | - |
| XYZ | 41.64 | 47.5 | 8.34 | - |
| YUV | 172.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 32 | 0 | 0.07 | 0.84 | 0.22 | 55 | 0.72 | 0.45 |
| Hex | C8 | BA | 20 | 0 | 7 | 54 | 16 | 37 | 48 | 2D |
| Octal | 310 | 272 | 40 | 0 | 7 | 124 | 26 | 67 | 110 | 55 |
| Binary | 11001000 | 10111010 | 100000 | 0 | 111 | 1010100 | 10110 | 110111 | 1001000 | 101101 |
Color Harmonies of #C8BA20
Complementary color
Monochromatic Colors of #C8BA20
Black with #C8BA20
Text Example
Text Example
White with #C8BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA20; }
p { color: rgb(200,186,32); }
H1.HeaderClassName
{
color: #C8BA20;
}
.AnyTagClassName
{
color: #C8BA20;
}
</style>
background-color css
<style>
a { background-color: #C8BA20; }
a { background-color: rgb(200,186,32); }
div.DivClassName
{
background-color: #C8BA20;
}
.BgClassName
{
background-color: #C8BA20;
}
</style>
border-color css
<style>
span { border-color: #C8BA20; }
span { border-color: rgb(200,186,32); }
td.TdClassName
{
border-color: #C8BA20;
}
.TagClassName
{
border-color: #C8BA20;
}
</style>