Shades of Bird Flower #C8BE19
Tints of Bird Flower #C8BE19
RGB
CMYK
RGB Variations
Color information
#C8BE19 (or 0xC8BE19) is known color: Bird Flower. HEX triplet: C8, BE and 19. RGB value is (200,190,25). Sum of RGB (Red+Green+Blue) = 200+190+25=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE19 is #3741E6. Grayscale: #AEAEAE. Windows color (decimal): -3621351 or 1687240. OLE color: 1687240.
HSL color Cylindrical-coordinate representation of color #C8BE19: hue angle of 56.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8BE19 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 25 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.22 |
| HSL | 56.57º | 0.78% | 0.44% | - |
| HSV(B) | 56.57º | 0.88% | 0.78% | - |
| XYZ | 42.41 | 49.18 | 8.18 | - |
| YUV | 174.18 | 43.81 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 25 | 0 | 0.05 | 0.88 | 0.22 | 56.57 | 0.78 | 0.44 |
| Hex | C8 | BE | 19 | 0 | 5 | 58 | 16 | 39 | 4E | 2C |
| Octal | 310 | 276 | 31 | 0 | 5 | 130 | 26 | 71 | 116 | 54 |
| Binary | 11001000 | 10111110 | 11001 | 0 | 101 | 1011000 | 10110 | 111001 | 1001110 | 101100 |
Color Harmonies of #C8BE19
Complementary color
Monochromatic Colors of #C8BE19
Black with #C8BE19
Text Example
Text Example
White with #C8BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE19; }
p { color: rgb(200,190,25); }
H1.HeaderClassName
{
color: #C8BE19;
}
.AnyTagClassName
{
color: #C8BE19;
}
</style>
background-color css
<style>
a { background-color: #C8BE19; }
a { background-color: rgb(200,190,25); }
div.DivClassName
{
background-color: #C8BE19;
}
.BgClassName
{
background-color: #C8BE19;
}
</style>
border-color css
<style>
span { border-color: #C8BE19; }
span { border-color: rgb(200,190,25); }
td.TdClassName
{
border-color: #C8BE19;
}
.TagClassName
{
border-color: #C8BE19;
}
</style>