Shades of Bird Flower #C6B617
Tints of Bird Flower #C6B617
RGB
CMYK
RGB Variations
Color information
#C6B617 (or 0xC6B617) is known color: Bird Flower. HEX triplet: C6, B6 and 17. RGB value is (198,182,23). Sum of RGB (Red+Green+Blue) = 198+182+23=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B617 is #3949E8. Grayscale: #A9A9A9. Windows color (decimal): -3754473 or 1554118. OLE color: 1554118.
HSL color Cylindrical-coordinate representation of color #C6B617: hue angle of 54.51º 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 #C6B617 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 23 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.22 |
| HSL | 54.51º | 0.79% | 0.43% | - |
| HSV(B) | 54.51º | 0.88% | 0.78% | - |
| XYZ | 40.17 | 45.52 | 7.48 | - |
| YUV | 168.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 23 | 0 | 0.08 | 0.88 | 0.22 | 54.51 | 0.79 | 0.43 |
| Hex | C6 | B6 | 17 | 0 | 8 | 58 | 16 | 37 | 4F | 2B |
| Octal | 306 | 266 | 27 | 0 | 10 | 130 | 26 | 67 | 117 | 53 |
| Binary | 11000110 | 10110110 | 10111 | 0 | 1000 | 1011000 | 10110 | 110111 | 1001111 | 101011 |
Color Harmonies of #C6B617
Complementary color
Monochromatic Colors of #C6B617
Black with #C6B617
Text Example
Text Example
White with #C6B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B617; }
p { color: rgb(198,182,23); }
H1.HeaderClassName
{
color: #C6B617;
}
.AnyTagClassName
{
color: #C6B617;
}
</style>
background-color css
<style>
a { background-color: #C6B617; }
a { background-color: rgb(198,182,23); }
div.DivClassName
{
background-color: #C6B617;
}
.BgClassName
{
background-color: #C6B617;
}
</style>
border-color css
<style>
span { border-color: #C6B617; }
span { border-color: rgb(198,182,23); }
td.TdClassName
{
border-color: #C6B617;
}
.TagClassName
{
border-color: #C6B617;
}
</style>