Shades of Bird Flower #C7B617
Tints of Bird Flower #C7B617
RGB
CMYK
RGB Variations
Color information
#C7B617 (or 0xC7B617) is known color: Bird Flower. HEX triplet: C7, B6 and 17. RGB value is (199,182,23). Sum of RGB (Red+Green+Blue) = 199+182+23=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B617 is #3849E8. Grayscale: #A9A9A9. Windows color (decimal): -3688937 or 1554119. OLE color: 1554119.
HSL color Cylindrical-coordinate representation of color #C7B617: hue angle of 54.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7B617 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.22 |
| HSL | 54.2º | 0.79% | 0.44% | - |
| HSV(B) | 54.2º | 0.88% | 0.78% | - |
| XYZ | 40.44 | 45.66 | 7.49 | - |
| YUV | 168.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 23 | 0 | 0.09 | 0.88 | 0.22 | 54.2 | 0.79 | 0.44 |
| Hex | C7 | B6 | 17 | 0 | 9 | 58 | 16 | 36 | 4F | 2C |
| Octal | 307 | 266 | 27 | 0 | 11 | 130 | 26 | 66 | 117 | 54 |
| Binary | 11000111 | 10110110 | 10111 | 0 | 1001 | 1011000 | 10110 | 110110 | 1001111 | 101100 |
Color Harmonies of #C7B617
Complementary color
Monochromatic Colors of #C7B617
Black with #C7B617
Text Example
Text Example
White with #C7B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B617; }
p { color: rgb(199,182,23); }
H1.HeaderClassName
{
color: #C7B617;
}
.AnyTagClassName
{
color: #C7B617;
}
</style>
background-color css
<style>
a { background-color: #C7B617; }
a { background-color: rgb(199,182,23); }
div.DivClassName
{
background-color: #C7B617;
}
.BgClassName
{
background-color: #C7B617;
}
</style>
border-color css
<style>
span { border-color: #C7B617; }
span { border-color: rgb(199,182,23); }
td.TdClassName
{
border-color: #C7B617;
}
.TagClassName
{
border-color: #C7B617;
}
</style>