Shades of Bird Flower #C7C619
Tints of Bird Flower #C7C619
RGB
CMYK
RGB Variations
Color information
#C7C619 (or 0xC7C619) is known color: Bird Flower. HEX triplet: C7, C6 and 19. RGB value is (199,198,25). Sum of RGB (Red+Green+Blue) = 199+198+25=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C619 is #3839E6. Grayscale: #B3B3B3. Windows color (decimal): -3684839 or 1689287. OLE color: 1689287.
HSL color Cylindrical-coordinate representation of color #C7C619: hue angle of 59.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7C619 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 25 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.22 |
| HSL | 59.66º | 0.78% | 0.44% | - |
| HSV(B) | 59.66º | 0.87% | 0.78% | - |
| XYZ | 43.92 | 52.6 | 8.76 | - |
| YUV | 178.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 25 | 0 | 0.01 | 0.87 | 0.22 | 59.66 | 0.78 | 0.44 |
| Hex | C7 | C6 | 19 | 0 | 1 | 57 | 16 | 3C | 4E | 2C |
| Octal | 307 | 306 | 31 | 0 | 1 | 127 | 26 | 74 | 116 | 54 |
| Binary | 11000111 | 11000110 | 11001 | 0 | 1 | 1010111 | 10110 | 111100 | 1001110 | 101100 |
Color Harmonies of #C7C619
Complementary color
Monochromatic Colors of #C7C619
Black with #C7C619
Text Example
Text Example
White with #C7C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C619; }
p { color: rgb(199,198,25); }
H1.HeaderClassName
{
color: #C7C619;
}
.AnyTagClassName
{
color: #C7C619;
}
</style>
background-color css
<style>
a { background-color: #C7C619; }
a { background-color: rgb(199,198,25); }
div.DivClassName
{
background-color: #C7C619;
}
.BgClassName
{
background-color: #C7C619;
}
</style>
border-color css
<style>
span { border-color: #C7C619; }
span { border-color: rgb(199,198,25); }
td.TdClassName
{
border-color: #C7C619;
}
.TagClassName
{
border-color: #C7C619;
}
</style>