Shades of Bird Flower #C7C211
Tints of Bird Flower #C7C211
RGB
CMYK
RGB Variations
Color information
#C7C211 (or 0xC7C211) is known color: Bird Flower. HEX triplet: C7, C2 and 11. RGB value is (199,194,17). Sum of RGB (Red+Green+Blue) = 199+194+17=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C211 is #383DEE. Grayscale: #B0B0B0. Windows color (decimal): -3685871 or 1163975. OLE color: 1163975.
HSL color Cylindrical-coordinate representation of color #C7C211: hue angle of 58.35º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7C211 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 17 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.22 |
| HSL | 58.35º | 0.84% | 0.42% | - |
| HSV(B) | 58.35º | 0.91% | 0.78% | - |
| XYZ | 42.95 | 50.77 | 8.07 | - |
| YUV | 175.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 17 | 0 | 0.03 | 0.91 | 0.22 | 58.35 | 0.84 | 0.42 |
| Hex | C7 | C2 | 11 | 0 | 3 | 5B | 16 | 3A | 54 | 2A |
| Octal | 307 | 302 | 21 | 0 | 3 | 133 | 26 | 72 | 124 | 52 |
| Binary | 11000111 | 11000010 | 10001 | 0 | 11 | 1011011 | 10110 | 111010 | 1010100 | 101010 |
Color Harmonies of #C7C211
Complementary color
Monochromatic Colors of #C7C211
Black with #C7C211
Text Example
Text Example
White with #C7C211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C211; }
p { color: rgb(199,194,17); }
H1.HeaderClassName
{
color: #C7C211;
}
.AnyTagClassName
{
color: #C7C211;
}
</style>
background-color css
<style>
a { background-color: #C7C211; }
a { background-color: rgb(199,194,17); }
div.DivClassName
{
background-color: #C7C211;
}
.BgClassName
{
background-color: #C7C211;
}
</style>
border-color css
<style>
span { border-color: #C7C211; }
span { border-color: rgb(199,194,17); }
td.TdClassName
{
border-color: #C7C211;
}
.TagClassName
{
border-color: #C7C211;
}
</style>