Shades of Bird Flower #C8C010
Tints of Bird Flower #C8C010
RGB
CMYK
RGB Variations
Color information
#C8C010 (or 0xC8C010) is known color: Bird Flower. HEX triplet: C8, C0 and 10. RGB value is (200,192,16). Sum of RGB (Red+Green+Blue) = 200+192+16=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C010 is #373FEF. Grayscale: #AFAFAF. Windows color (decimal): -3620848 or 1097928. OLE color: 1097928.
HSL color Cylindrical-coordinate representation of color #C8C010: hue angle of 57.39º 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 #C8C010 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 16 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.22 |
| HSL | 57.39º | 0.85% | 0.42% | - |
| HSV(B) | 57.39º | 0.92% | 0.78% | - |
| XYZ | 42.76 | 50.02 | 7.89 | - |
| YUV | 174.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 16 | 0 | 0.04 | 0.92 | 0.22 | 57.39 | 0.85 | 0.42 |
| Hex | C8 | C0 | 10 | 0 | 4 | 5C | 16 | 39 | 55 | 2A |
| Octal | 310 | 300 | 20 | 0 | 4 | 134 | 26 | 71 | 125 | 52 |
| Binary | 11001000 | 11000000 | 10000 | 0 | 100 | 1011100 | 10110 | 111001 | 1010101 | 101010 |
Color Harmonies of #C8C010
Complementary color
Monochromatic Colors of #C8C010
Black with #C8C010
Text Example
Text Example
White with #C8C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C010; }
p { color: rgb(200,192,16); }
H1.HeaderClassName
{
color: #C8C010;
}
.AnyTagClassName
{
color: #C8C010;
}
</style>
background-color css
<style>
a { background-color: #C8C010; }
a { background-color: rgb(200,192,16); }
div.DivClassName
{
background-color: #C8C010;
}
.BgClassName
{
background-color: #C8C010;
}
</style>
border-color css
<style>
span { border-color: #C8C010; }
span { border-color: rgb(200,192,16); }
td.TdClassName
{
border-color: #C8C010;
}
.TagClassName
{
border-color: #C8C010;
}
</style>