Shades of Bird Flower #C7C910
Tints of Bird Flower #C7C910
RGB
CMYK
RGB Variations
Color information
#C7C910 (or 0xC7C910) is known color: Bird Flower. HEX triplet: C7, C9 and 10. RGB value is (199,201,16). Sum of RGB (Red+Green+Blue) = 199+201+16=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C910 is #3836EF. Grayscale: #B4B4B4. Windows color (decimal): -3684080 or 1100231. OLE color: 1100231.
HSL color Cylindrical-coordinate representation of color #C7C910: hue angle of 60.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7C910 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 16 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.21 |
| HSL | 60.65º | 0.85% | 0.43% | - |
| HSV(B) | 60.65º | 0.92% | 0.79% | - |
| XYZ | 44.53 | 53.95 | 8.56 | - |
| YUV | 179.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 16 | 0.01 | 0 | 0.92 | 0.21 | 60.65 | 0.85 | 0.43 |
| Hex | C7 | C9 | 10 | 1 | 0 | 5C | 15 | 3D | 55 | 2B |
| Octal | 307 | 311 | 20 | 1 | 0 | 134 | 25 | 75 | 125 | 53 |
| Binary | 11000111 | 11001001 | 10000 | 1 | 0 | 1011100 | 10101 | 111101 | 1010101 | 101011 |
Color Harmonies of #C7C910
Complementary color
Monochromatic Colors of #C7C910
Black with #C7C910
Text Example
Text Example
White with #C7C910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C910; }
p { color: rgb(199,201,16); }
H1.HeaderClassName
{
color: #C7C910;
}
.AnyTagClassName
{
color: #C7C910;
}
</style>
background-color css
<style>
a { background-color: #C7C910; }
a { background-color: rgb(199,201,16); }
div.DivClassName
{
background-color: #C7C910;
}
.BgClassName
{
background-color: #C7C910;
}
</style>
border-color css
<style>
span { border-color: #C7C910; }
span { border-color: rgb(199,201,16); }
td.TdClassName
{
border-color: #C7C910;
}
.TagClassName
{
border-color: #C7C910;
}
</style>