Shades of Bird Flower #C7C513
Tints of Bird Flower #C7C513
RGB
CMYK
RGB Variations
Color information
#C7C513 (or 0xC7C513) is known color: Bird Flower. HEX triplet: C7, C5 and 13. RGB value is (199,197,19). Sum of RGB (Red+Green+Blue) = 199+197+19=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C513 is #383AEC. Grayscale: #B2B2B2. Windows color (decimal): -3685101 or 1295815. OLE color: 1295815.
HSL color Cylindrical-coordinate representation of color #C7C513: hue angle of 59.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 #C7C513 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 19 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.22 |
| HSL | 59.33º | 0.83% | 0.43% | - |
| HSV(B) | 59.33º | 0.9% | 0.78% | - |
| XYZ | 43.64 | 52.12 | 8.38 | - |
| YUV | 177.31 | 38.66 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 19 | 0 | 0.01 | 0.90 | 0.22 | 59.33 | 0.83 | 0.43 |
| Hex | C7 | C5 | 13 | 0 | 1 | 5A | 16 | 3B | 53 | 2B |
| Octal | 307 | 305 | 23 | 0 | 1 | 132 | 26 | 73 | 123 | 53 |
| Binary | 11000111 | 11000101 | 10011 | 0 | 1 | 1011010 | 10110 | 111011 | 1010011 | 101011 |
Color Harmonies of #C7C513
Complementary color
Monochromatic Colors of #C7C513
Black with #C7C513
Text Example
Text Example
White with #C7C513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C513; }
p { color: rgb(199,197,19); }
H1.HeaderClassName
{
color: #C7C513;
}
.AnyTagClassName
{
color: #C7C513;
}
</style>
background-color css
<style>
a { background-color: #C7C513; }
a { background-color: rgb(199,197,19); }
div.DivClassName
{
background-color: #C7C513;
}
.BgClassName
{
background-color: #C7C513;
}
</style>
border-color css
<style>
span { border-color: #C7C513; }
span { border-color: rgb(199,197,19); }
td.TdClassName
{
border-color: #C7C513;
}
.TagClassName
{
border-color: #C7C513;
}
</style>