Shades of Bird Flower #C7C610
Tints of Bird Flower #C7C610
RGB
CMYK
RGB Variations
Color information
#C7C610 (or 0xC7C610) is known color: Bird Flower. HEX triplet: C7, C6 and 10. RGB value is (199,198,16). Sum of RGB (Red+Green+Blue) = 199+198+16=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C610 is #3839EF. Grayscale: #B2B2B2. Windows color (decimal): -3684848 or 1099463. OLE color: 1099463.
HSL color Cylindrical-coordinate representation of color #C7C610: hue angle of 59.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7C610 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.22 |
| HSL | 59.67º | 0.85% | 0.42% | - |
| HSV(B) | 59.67º | 0.92% | 0.78% | - |
| XYZ | 43.84 | 52.57 | 8.33 | - |
| YUV | 177.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 16 | 0 | 0.01 | 0.92 | 0.22 | 59.67 | 0.85 | 0.42 |
| Hex | C7 | C6 | 10 | 0 | 1 | 5C | 16 | 3C | 55 | 2A |
| Octal | 307 | 306 | 20 | 0 | 1 | 134 | 26 | 74 | 125 | 52 |
| Binary | 11000111 | 11000110 | 10000 | 0 | 1 | 1011100 | 10110 | 111100 | 1010101 | 101010 |
Color Harmonies of #C7C610
Complementary color
Monochromatic Colors of #C7C610
Black with #C7C610
Text Example
Text Example
White with #C7C610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C610; }
p { color: rgb(199,198,16); }
H1.HeaderClassName
{
color: #C7C610;
}
.AnyTagClassName
{
color: #C7C610;
}
</style>
background-color css
<style>
a { background-color: #C7C610; }
a { background-color: rgb(199,198,16); }
div.DivClassName
{
background-color: #C7C610;
}
.BgClassName
{
background-color: #C7C610;
}
</style>
border-color css
<style>
span { border-color: #C7C610; }
span { border-color: rgb(199,198,16); }
td.TdClassName
{
border-color: #C7C610;
}
.TagClassName
{
border-color: #C7C610;
}
</style>