Shades of Bird Flower #C6C518
Tints of Bird Flower #C6C518
RGB
CMYK
RGB Variations
Color information
#C6C518 (or 0xC6C518) is known color: Bird Flower. HEX triplet: C6, C5 and 18. RGB value is (198,197,24). Sum of RGB (Red+Green+Blue) = 198+197+24=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C518 is #393AE7. Grayscale: #B2B2B2. Windows color (decimal): -3750632 or 1623494. OLE color: 1623494.
HSL color Cylindrical-coordinate representation of color #C6C518: 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.88%. Process color model (Four color, CMYK) of #C6C518 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 24 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.22 |
| HSL | 59.66º | 0.78% | 0.44% | - |
| HSV(B) | 59.66º | 0.88% | 0.78% | - |
| XYZ | 43.42 | 52 | 8.61 | - |
| YUV | 177.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 24 | 0 | 0.01 | 0.88 | 0.22 | 59.66 | 0.78 | 0.44 |
| Hex | C6 | C5 | 18 | 0 | 1 | 58 | 16 | 3C | 4E | 2C |
| Octal | 306 | 305 | 30 | 0 | 1 | 130 | 26 | 74 | 116 | 54 |
| Binary | 11000110 | 11000101 | 11000 | 0 | 1 | 1011000 | 10110 | 111100 | 1001110 | 101100 |
Color Harmonies of #C6C518
Complementary color
Monochromatic Colors of #C6C518
Black with #C6C518
Text Example
Text Example
White with #C6C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C518; }
p { color: rgb(198,197,24); }
H1.HeaderClassName
{
color: #C6C518;
}
.AnyTagClassName
{
color: #C6C518;
}
</style>
background-color css
<style>
a { background-color: #C6C518; }
a { background-color: rgb(198,197,24); }
div.DivClassName
{
background-color: #C6C518;
}
.BgClassName
{
background-color: #C6C518;
}
</style>
border-color css
<style>
span { border-color: #C6C518; }
span { border-color: rgb(198,197,24); }
td.TdClassName
{
border-color: #C6C518;
}
.TagClassName
{
border-color: #C6C518;
}
</style>