Shades of Bird Flower #C8BE20
Tints of Bird Flower #C8BE20
RGB
CMYK
RGB Variations
Color information
#C8BE20 (or 0xC8BE20) is known color: Bird Flower. HEX triplet: C8, BE and 20. RGB value is (200,190,32). Sum of RGB (Red+Green+Blue) = 200+190+32=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE20 is #3741DF. Grayscale: #AFAFAF. Windows color (decimal): -3621344 or 2145992. OLE color: 2145992.
HSL color Cylindrical-coordinate representation of color #C8BE20: hue angle of 56.43º 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 #C8BE20 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 32 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.22 |
| HSL | 56.43º | 0.72% | 0.45% | - |
| HSV(B) | 56.43º | 0.84% | 0.78% | - |
| XYZ | 42.49 | 49.21 | 8.63 | - |
| YUV | 174.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 32 | 0 | 0.05 | 0.84 | 0.22 | 56.43 | 0.72 | 0.45 |
| Hex | C8 | BE | 20 | 0 | 5 | 54 | 16 | 38 | 48 | 2D |
| Octal | 310 | 276 | 40 | 0 | 5 | 124 | 26 | 70 | 110 | 55 |
| Binary | 11001000 | 10111110 | 100000 | 0 | 101 | 1010100 | 10110 | 111000 | 1001000 | 101101 |
Color Harmonies of #C8BE20
Complementary color
Monochromatic Colors of #C8BE20
Black with #C8BE20
Text Example
Text Example
White with #C8BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE20; }
p { color: rgb(200,190,32); }
H1.HeaderClassName
{
color: #C8BE20;
}
.AnyTagClassName
{
color: #C8BE20;
}
</style>
background-color css
<style>
a { background-color: #C8BE20; }
a { background-color: rgb(200,190,32); }
div.DivClassName
{
background-color: #C8BE20;
}
.BgClassName
{
background-color: #C8BE20;
}
</style>
border-color css
<style>
span { border-color: #C8BE20; }
span { border-color: rgb(200,190,32); }
td.TdClassName
{
border-color: #C8BE20;
}
.TagClassName
{
border-color: #C8BE20;
}
</style>