Shades of Bird Flower #C6B117
Tints of Bird Flower #C6B117
RGB
CMYK
RGB Variations
Color information
#C6B117 (or 0xC6B117) is known color: Bird Flower. HEX triplet: C6, B1 and 17. RGB value is (198,177,23). Sum of RGB (Red+Green+Blue) = 198+177+23=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B117 is #394EE8. Grayscale: #A6A6A6. Windows color (decimal): -3755753 or 1552838. OLE color: 1552838.
HSL color Cylindrical-coordinate representation of color #C6B117: hue angle of 52.8º 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 #C6B117 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 23 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.22 |
| HSL | 52.8º | 0.79% | 0.43% | - |
| HSV(B) | 52.8º | 0.88% | 0.78% | - |
| XYZ | 39.17 | 43.51 | 7.15 | - |
| YUV | 165.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 23 | 0 | 0.11 | 0.88 | 0.22 | 52.8 | 0.79 | 0.43 |
| Hex | C6 | B1 | 17 | 0 | B | 58 | 16 | 35 | 4F | 2B |
| Octal | 306 | 261 | 27 | 0 | 13 | 130 | 26 | 65 | 117 | 53 |
| Binary | 11000110 | 10110001 | 10111 | 0 | 1011 | 1011000 | 10110 | 110101 | 1001111 | 101011 |
Color Harmonies of #C6B117
Complementary color
Monochromatic Colors of #C6B117
Black with #C6B117
Text Example
Text Example
White with #C6B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B117; }
p { color: rgb(198,177,23); }
H1.HeaderClassName
{
color: #C6B117;
}
.AnyTagClassName
{
color: #C6B117;
}
</style>
background-color css
<style>
a { background-color: #C6B117; }
a { background-color: rgb(198,177,23); }
div.DivClassName
{
background-color: #C6B117;
}
.BgClassName
{
background-color: #C6B117;
}
</style>
border-color css
<style>
span { border-color: #C6B117; }
span { border-color: rgb(198,177,23); }
td.TdClassName
{
border-color: #C6B117;
}
.TagClassName
{
border-color: #C6B117;
}
</style>