Shades of Bird Flower #C8C00C
Tints of Bird Flower #C8C00C
RGB
CMYK
RGB Variations
Color information
#C8C00C (or 0xC8C00C) is known color: Bird Flower. HEX triplet: C8, C0 and 0C. RGB value is (200,192,12). Sum of RGB (Red+Green+Blue) = 200+192+12=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C00C is #373FF3. Grayscale: #AEAEAE. Windows color (decimal): -3620852 or 835784. OLE color: 835784.
HSL color Cylindrical-coordinate representation of color #C8C00C: hue angle of 57.45º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8C00C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.22 |
| HSL | 57.45º | 0.89% | 0.42% | - |
| HSV(B) | 57.45º | 0.94% | 0.78% | - |
| XYZ | 42.74 | 50.01 | 7.75 | - |
| YUV | 173.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 12 | 0 | 0.04 | 0.94 | 0.22 | 57.45 | 0.89 | 0.42 |
| Hex | C8 | C0 | C | 0 | 4 | 5E | 16 | 39 | 59 | 2A |
| Octal | 310 | 300 | 14 | 0 | 4 | 136 | 26 | 71 | 131 | 52 |
| Binary | 11001000 | 11000000 | 1100 | 0 | 100 | 1011110 | 10110 | 111001 | 1011001 | 101010 |
Color Harmonies of #C8C00C
Complementary color
Monochromatic Colors of #C8C00C
Black with #C8C00C
Text Example
Text Example
White with #C8C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C00C; }
p { color: rgb(200,192,12); }
H1.HeaderClassName
{
color: #C8C00C;
}
.AnyTagClassName
{
color: #C8C00C;
}
</style>
background-color css
<style>
a { background-color: #C8C00C; }
a { background-color: rgb(200,192,12); }
div.DivClassName
{
background-color: #C8C00C;
}
.BgClassName
{
background-color: #C8C00C;
}
</style>
border-color css
<style>
span { border-color: #C8C00C; }
span { border-color: rgb(200,192,12); }
td.TdClassName
{
border-color: #C8C00C;
}
.TagClassName
{
border-color: #C8C00C;
}
</style>