Shades of Bird Flower #C7B509
Tints of Bird Flower #C7B509
RGB
CMYK
RGB Variations
Color information
#C7B509 (or 0xC7B509) is known color: Bird Flower. HEX triplet: C7, B5 and 09. RGB value is (199,181,9). Sum of RGB (Red+Green+Blue) = 199+181+9=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B509 is #384AF6. Grayscale: #A7A7A7. Windows color (decimal): -3689207 or 636359. OLE color: 636359.
HSL color Cylindrical-coordinate representation of color #C7B509: hue angle of 54.32º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7B509 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 181 | 9 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.22 |
| HSL | 54.32º | 0.91% | 0.41% | - |
| HSV(B) | 54.32º | 0.95% | 0.78% | - |
| XYZ | 40.13 | 45.21 | 6.87 | - |
| YUV | 166.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 9 | 0 | 0.09 | 0.95 | 0.22 | 54.32 | 0.91 | 0.41 |
| Hex | C7 | B5 | 9 | 0 | 9 | 5F | 16 | 36 | 5B | 29 |
| Octal | 307 | 265 | 11 | 0 | 11 | 137 | 26 | 66 | 133 | 51 |
| Binary | 11000111 | 10110101 | 1001 | 0 | 1001 | 1011111 | 10110 | 110110 | 1011011 | 101001 |
Color Harmonies of #C7B509
Complementary color
Monochromatic Colors of #C7B509
Black with #C7B509
Text Example
Text Example
White with #C7B509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B509; }
p { color: rgb(199,181,9); }
H1.HeaderClassName
{
color: #C7B509;
}
.AnyTagClassName
{
color: #C7B509;
}
</style>
background-color css
<style>
a { background-color: #C7B509; }
a { background-color: rgb(199,181,9); }
div.DivClassName
{
background-color: #C7B509;
}
.BgClassName
{
background-color: #C7B509;
}
</style>
border-color css
<style>
span { border-color: #C7B509; }
span { border-color: rgb(199,181,9); }
td.TdClassName
{
border-color: #C7B509;
}
.TagClassName
{
border-color: #C7B509;
}
</style>