Shades of Bird Flower #C7C213
Tints of Bird Flower #C7C213
RGB
CMYK
RGB Variations
Color information
#C7C213 (or 0xC7C213) is known color: Bird Flower. HEX triplet: C7, C2 and 13. RGB value is (199,194,19). Sum of RGB (Red+Green+Blue) = 199+194+19=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C213 is #383DEC. Grayscale: #B0B0B0. Windows color (decimal): -3685869 or 1295047. OLE color: 1295047.
HSL color Cylindrical-coordinate representation of color #C7C213: hue angle of 58.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7C213 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 19 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.22 |
| HSL | 58.33º | 0.83% | 0.43% | - |
| HSV(B) | 58.33º | 0.9% | 0.78% | - |
| XYZ | 42.96 | 50.77 | 8.15 | - |
| YUV | 175.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 19 | 0 | 0.03 | 0.90 | 0.22 | 58.33 | 0.83 | 0.43 |
| Hex | C7 | C2 | 13 | 0 | 3 | 5A | 16 | 3A | 53 | 2B |
| Octal | 307 | 302 | 23 | 0 | 3 | 132 | 26 | 72 | 123 | 53 |
| Binary | 11000111 | 11000010 | 10011 | 0 | 11 | 1011010 | 10110 | 111010 | 1010011 | 101011 |
Color Harmonies of #C7C213
Complementary color
Monochromatic Colors of #C7C213
Black with #C7C213
Text Example
Text Example
White with #C7C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C213; }
p { color: rgb(199,194,19); }
H1.HeaderClassName
{
color: #C7C213;
}
.AnyTagClassName
{
color: #C7C213;
}
</style>
background-color css
<style>
a { background-color: #C7C213; }
a { background-color: rgb(199,194,19); }
div.DivClassName
{
background-color: #C7C213;
}
.BgClassName
{
background-color: #C7C213;
}
</style>
border-color css
<style>
span { border-color: #C7C213; }
span { border-color: rgb(199,194,19); }
td.TdClassName
{
border-color: #C7C213;
}
.TagClassName
{
border-color: #C7C213;
}
</style>