Shades of Bird Flower #C6BF13
Tints of Bird Flower #C6BF13
RGB
CMYK
RGB Variations
Color information
#C6BF13 (or 0xC6BF13) is known color: Bird Flower. HEX triplet: C6, BF and 13. RGB value is (198,191,19). Sum of RGB (Red+Green+Blue) = 198+191+19=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BF13 is #3940EC. Grayscale: #AEAEAE. Windows color (decimal): -3752173 or 1294278. OLE color: 1294278.
HSL color Cylindrical-coordinate representation of color #C6BF13: hue angle of 57.65º degrees, saturation: 0.82, 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 #C6BF13 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.22 |
| HSL | 57.65º | 0.82% | 0.43% | - |
| HSV(B) | 57.65º | 0.9% | 0.78% | - |
| XYZ | 42.04 | 49.31 | 7.92 | - |
| YUV | 173.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 19 | 0 | 0.04 | 0.90 | 0.22 | 57.65 | 0.82 | 0.43 |
| Hex | C6 | BF | 13 | 0 | 4 | 5A | 16 | 3A | 52 | 2B |
| Octal | 306 | 277 | 23 | 0 | 4 | 132 | 26 | 72 | 122 | 53 |
| Binary | 11000110 | 10111111 | 10011 | 0 | 100 | 1011010 | 10110 | 111010 | 1010010 | 101011 |
Color Harmonies of #C6BF13
Complementary color
Monochromatic Colors of #C6BF13
Black with #C6BF13
Text Example
Text Example
White with #C6BF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF13; }
p { color: rgb(198,191,19); }
H1.HeaderClassName
{
color: #C6BF13;
}
.AnyTagClassName
{
color: #C6BF13;
}
</style>
background-color css
<style>
a { background-color: #C6BF13; }
a { background-color: rgb(198,191,19); }
div.DivClassName
{
background-color: #C6BF13;
}
.BgClassName
{
background-color: #C6BF13;
}
</style>
border-color css
<style>
span { border-color: #C6BF13; }
span { border-color: rgb(198,191,19); }
td.TdClassName
{
border-color: #C6BF13;
}
.TagClassName
{
border-color: #C6BF13;
}
</style>