Shades of Bird Flower #C6B119
Tints of Bird Flower #C6B119
RGB
CMYK
RGB Variations
Color information
#C6B119 (or 0xC6B119) is known color: Bird Flower. HEX triplet: C6, B1 and 19. RGB value is (198,177,25). Sum of RGB (Red+Green+Blue) = 198+177+25=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B119 is #394EE6. Grayscale: #A6A6A6. Windows color (decimal): -3755751 or 1683910. OLE color: 1683910.
HSL color Cylindrical-coordinate representation of color #C6B119: hue angle of 52.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6B119 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 25 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.22 |
| HSL | 52.72º | 0.78% | 0.44% | - |
| HSV(B) | 52.72º | 0.87% | 0.78% | - |
| XYZ | 39.19 | 43.52 | 7.25 | - |
| YUV | 165.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 25 | 0 | 0.11 | 0.87 | 0.22 | 52.72 | 0.78 | 0.44 |
| Hex | C6 | B1 | 19 | 0 | B | 57 | 16 | 35 | 4E | 2C |
| Octal | 306 | 261 | 31 | 0 | 13 | 127 | 26 | 65 | 116 | 54 |
| Binary | 11000110 | 10110001 | 11001 | 0 | 1011 | 1010111 | 10110 | 110101 | 1001110 | 101100 |
Color Harmonies of #C6B119
Complementary color
Monochromatic Colors of #C6B119
Black with #C6B119
Text Example
Text Example
White with #C6B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B119; }
p { color: rgb(198,177,25); }
H1.HeaderClassName
{
color: #C6B119;
}
.AnyTagClassName
{
color: #C6B119;
}
</style>
background-color css
<style>
a { background-color: #C6B119; }
a { background-color: rgb(198,177,25); }
div.DivClassName
{
background-color: #C6B119;
}
.BgClassName
{
background-color: #C6B119;
}
</style>
border-color css
<style>
span { border-color: #C6B119; }
span { border-color: rgb(198,177,25); }
td.TdClassName
{
border-color: #C6B119;
}
.TagClassName
{
border-color: #C6B119;
}
</style>