Shades of Bird Flower #C8BC20
Tints of Bird Flower #C8BC20
RGB
CMYK
RGB Variations
Color information
#C8BC20 (or 0xC8BC20) is known color: Bird Flower. HEX triplet: C8, BC and 20. RGB value is (200,188,32). Sum of RGB (Red+Green+Blue) = 200+188+32=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC20 is #3743DF. Grayscale: #AEAEAE. Windows color (decimal): -3621856 or 2145480. OLE color: 2145480.
HSL color Cylindrical-coordinate representation of color #C8BC20: hue angle of 55.71º 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 #C8BC20 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 32 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.22 |
| HSL | 55.71º | 0.72% | 0.45% | - |
| HSV(B) | 55.71º | 0.84% | 0.78% | - |
| XYZ | 42.06 | 48.35 | 8.48 | - |
| YUV | 173.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 32 | 0 | 0.06 | 0.84 | 0.22 | 55.71 | 0.72 | 0.45 |
| Hex | C8 | BC | 20 | 0 | 6 | 54 | 16 | 38 | 48 | 2D |
| Octal | 310 | 274 | 40 | 0 | 6 | 124 | 26 | 70 | 110 | 55 |
| Binary | 11001000 | 10111100 | 100000 | 0 | 110 | 1010100 | 10110 | 111000 | 1001000 | 101101 |
Color Harmonies of #C8BC20
Complementary color
Monochromatic Colors of #C8BC20
Black with #C8BC20
Text Example
Text Example
White with #C8BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC20; }
p { color: rgb(200,188,32); }
H1.HeaderClassName
{
color: #C8BC20;
}
.AnyTagClassName
{
color: #C8BC20;
}
</style>
background-color css
<style>
a { background-color: #C8BC20; }
a { background-color: rgb(200,188,32); }
div.DivClassName
{
background-color: #C8BC20;
}
.BgClassName
{
background-color: #C8BC20;
}
</style>
border-color css
<style>
span { border-color: #C8BC20; }
span { border-color: rgb(200,188,32); }
td.TdClassName
{
border-color: #C8BC20;
}
.TagClassName
{
border-color: #C8BC20;
}
</style>