Shades of Bird Flower #C6BA11
Tints of Bird Flower #C6BA11
RGB
CMYK
RGB Variations
Color information
#C6BA11 (or 0xC6BA11) is known color: Bird Flower. HEX triplet: C6, BA and 11. RGB value is (198,186,17). Sum of RGB (Red+Green+Blue) = 198+186+17=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA11 is #3945EE. Grayscale: #ABABAB. Windows color (decimal): -3753455 or 1161926. OLE color: 1161926.
HSL color Cylindrical-coordinate representation of color #C6BA11: hue angle of 56.02º degrees, saturation: 0.84, 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 #C6BA11 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.22 |
| HSL | 56.02º | 0.84% | 0.42% | - |
| HSV(B) | 56.02º | 0.91% | 0.78% | - |
| XYZ | 40.95 | 47.16 | 7.48 | - |
| YUV | 170.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 17 | 0 | 0.06 | 0.91 | 0.22 | 56.02 | 0.84 | 0.42 |
| Hex | C6 | BA | 11 | 0 | 6 | 5B | 16 | 38 | 54 | 2A |
| Octal | 306 | 272 | 21 | 0 | 6 | 133 | 26 | 70 | 124 | 52 |
| Binary | 11000110 | 10111010 | 10001 | 0 | 110 | 1011011 | 10110 | 111000 | 1010100 | 101010 |
Color Harmonies of #C6BA11
Complementary color
Monochromatic Colors of #C6BA11
Black with #C6BA11
Text Example
Text Example
White with #C6BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA11; }
p { color: rgb(198,186,17); }
H1.HeaderClassName
{
color: #C6BA11;
}
.AnyTagClassName
{
color: #C6BA11;
}
</style>
background-color css
<style>
a { background-color: #C6BA11; }
a { background-color: rgb(198,186,17); }
div.DivClassName
{
background-color: #C6BA11;
}
.BgClassName
{
background-color: #C6BA11;
}
</style>
border-color css
<style>
span { border-color: #C6BA11; }
span { border-color: rgb(198,186,17); }
td.TdClassName
{
border-color: #C6BA11;
}
.TagClassName
{
border-color: #C6BA11;
}
</style>