Shades of Bird Flower #C7B219
Tints of Bird Flower #C7B219
RGB
CMYK
RGB Variations
Color information
#C7B219 (or 0xC7B219) is known color: Bird Flower. HEX triplet: C7, B2 and 19. RGB value is (199,178,25). Sum of RGB (Red+Green+Blue) = 199+178+25=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B219 is #384DE6. Grayscale: #A7A7A7. Windows color (decimal): -3689959 or 1684167. OLE color: 1684167.
HSL color Cylindrical-coordinate representation of color #C7B219: hue angle of 52.76º 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 #C7B219 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 25 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.22 |
| HSL | 52.76º | 0.78% | 0.44% | - |
| HSV(B) | 52.76º | 0.87% | 0.78% | - |
| XYZ | 39.65 | 44.05 | 7.33 | - |
| YUV | 166.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 25 | 0 | 0.11 | 0.87 | 0.22 | 52.76 | 0.78 | 0.44 |
| Hex | C7 | B2 | 19 | 0 | B | 57 | 16 | 35 | 4E | 2C |
| Octal | 307 | 262 | 31 | 0 | 13 | 127 | 26 | 65 | 116 | 54 |
| Binary | 11000111 | 10110010 | 11001 | 0 | 1011 | 1010111 | 10110 | 110101 | 1001110 | 101100 |
Color Harmonies of #C7B219
Complementary color
Monochromatic Colors of #C7B219
Black with #C7B219
Text Example
Text Example
White with #C7B219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B219; }
p { color: rgb(199,178,25); }
H1.HeaderClassName
{
color: #C7B219;
}
.AnyTagClassName
{
color: #C7B219;
}
</style>
background-color css
<style>
a { background-color: #C7B219; }
a { background-color: rgb(199,178,25); }
div.DivClassName
{
background-color: #C7B219;
}
.BgClassName
{
background-color: #C7B219;
}
</style>
border-color css
<style>
span { border-color: #C7B219; }
span { border-color: rgb(199,178,25); }
td.TdClassName
{
border-color: #C7B219;
}
.TagClassName
{
border-color: #C7B219;
}
</style>