Shades of Bird Flower #C7C819
Tints of Bird Flower #C7C819
RGB
CMYK
RGB Variations
Color information
#C7C819 (or 0xC7C819) is known color: Bird Flower. HEX triplet: C7, C8 and 19. RGB value is (199,200,25). Sum of RGB (Red+Green+Blue) = 199+200+25=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C819 is #3837E6. Grayscale: #B4B4B4. Windows color (decimal): -3684327 or 1689799. OLE color: 1689799.
HSL color Cylindrical-coordinate representation of color #C7C819: hue angle of 60.34º 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 #C7C819 is Cyan = 0.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 25 | - |
| CMYK | 0.00 | 0 | 0.88 | 0.22 |
| HSL | 60.34º | 0.78% | 0.44% | - |
| HSV(B) | 60.34º | 0.88% | 0.78% | - |
| XYZ | 44.38 | 53.52 | 8.91 | - |
| YUV | 179.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 25 | 0.00 | 0 | 0.88 | 0.22 | 60.34 | 0.78 | 0.44 |
| Hex | C7 | C8 | 19 | 0 | 0 | 58 | 16 | 3C | 4E | 2C |
| Octal | 307 | 310 | 31 | 0 | 0 | 130 | 26 | 74 | 116 | 54 |
| Binary | 11000111 | 11001000 | 11001 | 0 | 0 | 1011000 | 10110 | 111100 | 1001110 | 101100 |
Color Harmonies of #C7C819
Complementary color
Monochromatic Colors of #C7C819
Black with #C7C819
Text Example
Text Example
White with #C7C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C819; }
p { color: rgb(199,200,25); }
H1.HeaderClassName
{
color: #C7C819;
}
.AnyTagClassName
{
color: #C7C819;
}
</style>
background-color css
<style>
a { background-color: #C7C819; }
a { background-color: rgb(199,200,25); }
div.DivClassName
{
background-color: #C7C819;
}
.BgClassName
{
background-color: #C7C819;
}
</style>
border-color css
<style>
span { border-color: #C7C819; }
span { border-color: rgb(199,200,25); }
td.TdClassName
{
border-color: #C7C819;
}
.TagClassName
{
border-color: #C7C819;
}
</style>