Shades of Bird Flower #C8C519
Tints of Bird Flower #C8C519
RGB
CMYK
RGB Variations
Color information
#C8C519 (or 0xC8C519) is known color: Bird Flower. HEX triplet: C8, C5 and 19. RGB value is (200,197,25). Sum of RGB (Red+Green+Blue) = 200+197+25=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C519 is #373AE6. Grayscale: #B2B2B2. Windows color (decimal): -3619559 or 1689032. OLE color: 1689032.
HSL color Cylindrical-coordinate representation of color #C8C519: hue angle of 58.97º 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 #C8C519 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 25 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.22 |
| HSL | 58.97º | 0.78% | 0.44% | - |
| HSV(B) | 58.97º | 0.88% | 0.78% | - |
| XYZ | 43.96 | 52.28 | 8.69 | - |
| YUV | 178.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 25 | 0 | 0.02 | 0.88 | 0.22 | 58.97 | 0.78 | 0.44 |
| Hex | C8 | C5 | 19 | 0 | 2 | 58 | 16 | 3B | 4E | 2C |
| Octal | 310 | 305 | 31 | 0 | 2 | 130 | 26 | 73 | 116 | 54 |
| Binary | 11001000 | 11000101 | 11001 | 0 | 10 | 1011000 | 10110 | 111011 | 1001110 | 101100 |
Color Harmonies of #C8C519
Complementary color
Monochromatic Colors of #C8C519
Black with #C8C519
Text Example
Text Example
White with #C8C519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C519; }
p { color: rgb(200,197,25); }
H1.HeaderClassName
{
color: #C8C519;
}
.AnyTagClassName
{
color: #C8C519;
}
</style>
background-color css
<style>
a { background-color: #C8C519; }
a { background-color: rgb(200,197,25); }
div.DivClassName
{
background-color: #C8C519;
}
.BgClassName
{
background-color: #C8C519;
}
</style>
border-color css
<style>
span { border-color: #C8C519; }
span { border-color: rgb(200,197,25); }
td.TdClassName
{
border-color: #C8C519;
}
.TagClassName
{
border-color: #C8C519;
}
</style>