Shades of Bird Flower #C8C119
Tints of Bird Flower #C8C119
RGB
CMYK
RGB Variations
Color information
#C8C119 (or 0xC8C119) is known color: Bird Flower. HEX triplet: C8, C1 and 19. RGB value is (200,193,25). Sum of RGB (Red+Green+Blue) = 200+193+25=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C119 is #373EE6. Grayscale: #B0B0B0. Windows color (decimal): -3620583 or 1688008. OLE color: 1688008.
HSL color Cylindrical-coordinate representation of color #C8C119: hue angle of 57.6º 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 #C8C119 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 25 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.22 |
| HSL | 57.6º | 0.78% | 0.44% | - |
| HSV(B) | 57.6º | 0.88% | 0.78% | - |
| XYZ | 43.06 | 50.49 | 8.4 | - |
| YUV | 175.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 25 | 0 | 0.04 | 0.88 | 0.22 | 57.6 | 0.78 | 0.44 |
| Hex | C8 | C1 | 19 | 0 | 4 | 58 | 16 | 3A | 4E | 2C |
| Octal | 310 | 301 | 31 | 0 | 4 | 130 | 26 | 72 | 116 | 54 |
| Binary | 11001000 | 11000001 | 11001 | 0 | 100 | 1011000 | 10110 | 111010 | 1001110 | 101100 |
Color Harmonies of #C8C119
Complementary color
Monochromatic Colors of #C8C119
Black with #C8C119
Text Example
Text Example
White with #C8C119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C119; }
p { color: rgb(200,193,25); }
H1.HeaderClassName
{
color: #C8C119;
}
.AnyTagClassName
{
color: #C8C119;
}
</style>
background-color css
<style>
a { background-color: #C8C119; }
a { background-color: rgb(200,193,25); }
div.DivClassName
{
background-color: #C8C119;
}
.BgClassName
{
background-color: #C8C119;
}
</style>
border-color css
<style>
span { border-color: #C8C119; }
span { border-color: rgb(200,193,25); }
td.TdClassName
{
border-color: #C8C119;
}
.TagClassName
{
border-color: #C8C119;
}
</style>