Shades of Bird Flower #C6C512
Tints of Bird Flower #C6C512
RGB
CMYK
RGB Variations
Color information
#C6C512 (or 0xC6C512) is known color: Bird Flower. HEX triplet: C6, C5 and 12. RGB value is (198,197,18). Sum of RGB (Red+Green+Blue) = 198+197+18=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C512 is #393AED. Grayscale: #B1B1B1. Windows color (decimal): -3750638 or 1230278. OLE color: 1230278.
HSL color Cylindrical-coordinate representation of color #C6C512: hue angle of 59.67º degrees, saturation: 0.83, 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 #C6C512 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 18 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.22 |
| HSL | 59.67º | 0.83% | 0.42% | - |
| HSV(B) | 59.67º | 0.91% | 0.78% | - |
| XYZ | 43.36 | 51.98 | 8.32 | - |
| YUV | 176.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 18 | 0 | 0.01 | 0.91 | 0.22 | 59.67 | 0.83 | 0.42 |
| Hex | C6 | C5 | 12 | 0 | 1 | 5B | 16 | 3C | 53 | 2A |
| Octal | 306 | 305 | 22 | 0 | 1 | 133 | 26 | 74 | 123 | 52 |
| Binary | 11000110 | 11000101 | 10010 | 0 | 1 | 1011011 | 10110 | 111100 | 1010011 | 101010 |
Color Harmonies of #C6C512
Complementary color
Monochromatic Colors of #C6C512
Black with #C6C512
Text Example
Text Example
White with #C6C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C512; }
p { color: rgb(198,197,18); }
H1.HeaderClassName
{
color: #C6C512;
}
.AnyTagClassName
{
color: #C6C512;
}
</style>
background-color css
<style>
a { background-color: #C6C512; }
a { background-color: rgb(198,197,18); }
div.DivClassName
{
background-color: #C6C512;
}
.BgClassName
{
background-color: #C6C512;
}
</style>
border-color css
<style>
span { border-color: #C6C512; }
span { border-color: rgb(198,197,18); }
td.TdClassName
{
border-color: #C6C512;
}
.TagClassName
{
border-color: #C6C512;
}
</style>