Shades of Bird Flower #C6B517
Tints of Bird Flower #C6B517
RGB
CMYK
RGB Variations
Color information
#C6B517 (or 0xC6B517) is known color: Bird Flower. HEX triplet: C6, B5 and 17. RGB value is (198,181,23). Sum of RGB (Red+Green+Blue) = 198+181+23=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B517 is #394AE8. Grayscale: #A8A8A8. Windows color (decimal): -3754729 or 1553862. OLE color: 1553862.
HSL color Cylindrical-coordinate representation of color #C6B517: hue angle of 54.17º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6B517 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 181 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.22 |
| HSL | 54.17º | 0.79% | 0.43% | - |
| HSV(B) | 54.17º | 0.88% | 0.78% | - |
| XYZ | 39.97 | 45.12 | 7.41 | - |
| YUV | 168.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 23 | 0 | 0.09 | 0.88 | 0.22 | 54.17 | 0.79 | 0.43 |
| Hex | C6 | B5 | 17 | 0 | 9 | 58 | 16 | 36 | 4F | 2B |
| Octal | 306 | 265 | 27 | 0 | 11 | 130 | 26 | 66 | 117 | 53 |
| Binary | 11000110 | 10110101 | 10111 | 0 | 1001 | 1011000 | 10110 | 110110 | 1001111 | 101011 |
Color Harmonies of #C6B517
Complementary color
Monochromatic Colors of #C6B517
Black with #C6B517
Text Example
Text Example
White with #C6B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B517; }
p { color: rgb(198,181,23); }
H1.HeaderClassName
{
color: #C6B517;
}
.AnyTagClassName
{
color: #C6B517;
}
</style>
background-color css
<style>
a { background-color: #C6B517; }
a { background-color: rgb(198,181,23); }
div.DivClassName
{
background-color: #C6B517;
}
.BgClassName
{
background-color: #C6B517;
}
</style>
border-color css
<style>
span { border-color: #C6B517; }
span { border-color: rgb(198,181,23); }
td.TdClassName
{
border-color: #C6B517;
}
.TagClassName
{
border-color: #C6B517;
}
</style>