Shades of Bird Flower #C8C710
Tints of Bird Flower #C8C710
RGB
CMYK
RGB Variations
Color information
#C8C710 (or 0xC8C710) is known color: Bird Flower. HEX triplet: C8, C7 and 10. RGB value is (200,199,16). Sum of RGB (Red+Green+Blue) = 200+199+16=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C710 is #3738EF. Grayscale: #B3B3B3. Windows color (decimal): -3619056 or 1099720. OLE color: 1099720.
HSL color Cylindrical-coordinate representation of color #C8C710: 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 #C8C710 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 16 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.22 |
| HSL | 59.67º | 0.85% | 0.42% | - |
| HSV(B) | 59.67º | 0.92% | 0.78% | - |
| XYZ | 44.34 | 53.16 | 8.42 | - |
| YUV | 178.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 16 | 0 | 0.00 | 0.92 | 0.22 | 59.67 | 0.85 | 0.42 |
| Hex | C8 | C7 | 10 | 0 | 0 | 5C | 16 | 3C | 55 | 2A |
| Octal | 310 | 307 | 20 | 0 | 0 | 134 | 26 | 74 | 125 | 52 |
| Binary | 11001000 | 11000111 | 10000 | 0 | 0 | 1011100 | 10110 | 111100 | 1010101 | 101010 |
Color Harmonies of #C8C710
Complementary color
Monochromatic Colors of #C8C710
Black with #C8C710
Text Example
Text Example
White with #C8C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C710; }
p { color: rgb(200,199,16); }
H1.HeaderClassName
{
color: #C8C710;
}
.AnyTagClassName
{
color: #C8C710;
}
</style>
background-color css
<style>
a { background-color: #C8C710; }
a { background-color: rgb(200,199,16); }
div.DivClassName
{
background-color: #C8C710;
}
.BgClassName
{
background-color: #C8C710;
}
</style>
border-color css
<style>
span { border-color: #C8C710; }
span { border-color: rgb(200,199,16); }
td.TdClassName
{
border-color: #C8C710;
}
.TagClassName
{
border-color: #C8C710;
}
</style>