Shades of Bird Flower #C7B20E
Tints of Bird Flower #C7B20E
RGB
CMYK
RGB Variations
Color information
#C7B20E (or 0xC7B20E) is known color: Bird Flower. HEX triplet: C7, B2 and 0E. RGB value is (199,178,14). Sum of RGB (Red+Green+Blue) = 199+178+14=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B20E is #384DF1. Grayscale: #A6A6A6. Windows color (decimal): -3689970 or 963271. OLE color: 963271.
HSL color Cylindrical-coordinate representation of color #C7B20E: hue angle of 53.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7B20E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.22 |
| HSL | 53.19º | 0.87% | 0.42% | - |
| HSV(B) | 53.19º | 0.93% | 0.78% | - |
| XYZ | 39.55 | 44.01 | 6.83 | - |
| YUV | 165.58 | 42.46 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 14 | 0 | 0.11 | 0.93 | 0.22 | 53.19 | 0.87 | 0.42 |
| Hex | C7 | B2 | E | 0 | B | 5D | 16 | 35 | 57 | 2A |
| Octal | 307 | 262 | 16 | 0 | 13 | 135 | 26 | 65 | 127 | 52 |
| Binary | 11000111 | 10110010 | 1110 | 0 | 1011 | 1011101 | 10110 | 110101 | 1010111 | 101010 |
Color Harmonies of #C7B20E
Complementary color
Monochromatic Colors of #C7B20E
Black with #C7B20E
Text Example
Text Example
White with #C7B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B20E; }
p { color: rgb(199,178,14); }
H1.HeaderClassName
{
color: #C7B20E;
}
.AnyTagClassName
{
color: #C7B20E;
}
</style>
background-color css
<style>
a { background-color: #C7B20E; }
a { background-color: rgb(199,178,14); }
div.DivClassName
{
background-color: #C7B20E;
}
.BgClassName
{
background-color: #C7B20E;
}
</style>
border-color css
<style>
span { border-color: #C7B20E; }
span { border-color: rgb(199,178,14); }
td.TdClassName
{
border-color: #C7B20E;
}
.TagClassName
{
border-color: #C7B20E;
}
</style>