Shades of Bird Flower #C7B60A
Tints of Bird Flower #C7B60A
RGB
CMYK
RGB Variations
Color information
#C7B60A (or 0xC7B60A) is known color: Bird Flower. HEX triplet: C7, B6 and 0A. RGB value is (199,182,10). Sum of RGB (Red+Green+Blue) = 199+182+10=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B60A is #3849F5. Grayscale: #A8A8A8. Windows color (decimal): -3688950 or 702151. OLE color: 702151.
HSL color Cylindrical-coordinate representation of color #C7B60A: hue angle of 54.6º degrees, saturation: 0.9, 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 #C7B60A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 10 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.22 |
| HSL | 54.6º | 0.9% | 0.41% | - |
| HSV(B) | 54.6º | 0.95% | 0.78% | - |
| XYZ | 40.34 | 45.62 | 6.97 | - |
| YUV | 167.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 10 | 0 | 0.09 | 0.95 | 0.22 | 54.6 | 0.9 | 0.41 |
| Hex | C7 | B6 | A | 0 | 9 | 5F | 16 | 37 | 5A | 29 |
| Octal | 307 | 266 | 12 | 0 | 11 | 137 | 26 | 67 | 132 | 51 |
| Binary | 11000111 | 10110110 | 1010 | 0 | 1001 | 1011111 | 10110 | 110111 | 1011010 | 101001 |
Color Harmonies of #C7B60A
Complementary color
Monochromatic Colors of #C7B60A
Black with #C7B60A
Text Example
Text Example
White with #C7B60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B60A; }
p { color: rgb(199,182,10); }
H1.HeaderClassName
{
color: #C7B60A;
}
.AnyTagClassName
{
color: #C7B60A;
}
</style>
background-color css
<style>
a { background-color: #C7B60A; }
a { background-color: rgb(199,182,10); }
div.DivClassName
{
background-color: #C7B60A;
}
.BgClassName
{
background-color: #C7B60A;
}
</style>
border-color css
<style>
span { border-color: #C7B60A; }
span { border-color: rgb(199,182,10); }
td.TdClassName
{
border-color: #C7B60A;
}
.TagClassName
{
border-color: #C7B60A;
}
</style>