Shades of Bird Flower #C7C518
Tints of Bird Flower #C7C518
RGB
CMYK
RGB Variations
Color information
#C7C518 (or 0xC7C518) is known color: Bird Flower. HEX triplet: C7, C5 and 18. RGB value is (199,197,24). Sum of RGB (Red+Green+Blue) = 199+197+24=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C518 is #383AE7. Grayscale: #B2B2B2. Windows color (decimal): -3685096 or 1623495. OLE color: 1623495.
HSL color Cylindrical-coordinate representation of color #C7C518: hue angle of 59.31º 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 #C7C518 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 24 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.22 |
| HSL | 59.31º | 0.78% | 0.44% | - |
| HSV(B) | 59.31º | 0.88% | 0.78% | - |
| XYZ | 43.68 | 52.14 | 8.63 | - |
| YUV | 177.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 24 | 0 | 0.01 | 0.88 | 0.22 | 59.31 | 0.78 | 0.44 |
| Hex | C7 | C5 | 18 | 0 | 1 | 58 | 16 | 3B | 4E | 2C |
| Octal | 307 | 305 | 30 | 0 | 1 | 130 | 26 | 73 | 116 | 54 |
| Binary | 11000111 | 11000101 | 11000 | 0 | 1 | 1011000 | 10110 | 111011 | 1001110 | 101100 |
Color Harmonies of #C7C518
Complementary color
Monochromatic Colors of #C7C518
Black with #C7C518
Text Example
Text Example
White with #C7C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C518; }
p { color: rgb(199,197,24); }
H1.HeaderClassName
{
color: #C7C518;
}
.AnyTagClassName
{
color: #C7C518;
}
</style>
background-color css
<style>
a { background-color: #C7C518; }
a { background-color: rgb(199,197,24); }
div.DivClassName
{
background-color: #C7C518;
}
.BgClassName
{
background-color: #C7C518;
}
</style>
border-color css
<style>
span { border-color: #C7C518; }
span { border-color: rgb(199,197,24); }
td.TdClassName
{
border-color: #C7C518;
}
.TagClassName
{
border-color: #C7C518;
}
</style>