Shades of Bird Flower #C6B515
Tints of Bird Flower #C6B515
RGB
CMYK
RGB Variations
Color information
#C6B515 (or 0xC6B515) is known color: Bird Flower. HEX triplet: C6, B5 and 15. RGB value is (198,181,21). Sum of RGB (Red+Green+Blue) = 198+181+21=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B515 is #394AEA. Grayscale: #A8A8A8. Windows color (decimal): -3754731 or 1422790. OLE color: 1422790.
HSL color Cylindrical-coordinate representation of color #C6B515: hue angle of 54.24º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6B515 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 21 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.22 |
| HSL | 54.24º | 0.81% | 0.43% | - |
| HSV(B) | 54.24º | 0.89% | 0.78% | - |
| XYZ | 39.95 | 45.11 | 7.31 | - |
| YUV | 167.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 21 | 0 | 0.09 | 0.89 | 0.22 | 54.24 | 0.81 | 0.43 |
| Hex | C6 | B5 | 15 | 0 | 9 | 59 | 16 | 36 | 51 | 2B |
| Octal | 306 | 265 | 25 | 0 | 11 | 131 | 26 | 66 | 121 | 53 |
| Binary | 11000110 | 10110101 | 10101 | 0 | 1001 | 1011001 | 10110 | 110110 | 1010001 | 101011 |
Color Harmonies of #C6B515
Complementary color
Monochromatic Colors of #C6B515
Black with #C6B515
Text Example
Text Example
White with #C6B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B515; }
p { color: rgb(198,181,21); }
H1.HeaderClassName
{
color: #C6B515;
}
.AnyTagClassName
{
color: #C6B515;
}
</style>
background-color css
<style>
a { background-color: #C6B515; }
a { background-color: rgb(198,181,21); }
div.DivClassName
{
background-color: #C6B515;
}
.BgClassName
{
background-color: #C6B515;
}
</style>
border-color css
<style>
span { border-color: #C6B515; }
span { border-color: rgb(198,181,21); }
td.TdClassName
{
border-color: #C6B515;
}
.TagClassName
{
border-color: #C6B515;
}
</style>