Shades of Bird Flower #C8C814
Tints of Bird Flower #C8C814
RGB
CMYK
RGB Variations
Color information
#C8C814 (or 0xC8C814) is known color: Bird Flower. HEX triplet: C8, C8 and 14. RGB value is (200,200,20). Sum of RGB (Red+Green+Blue) = 200+200+20=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C814 is #3737EB. Grayscale: #B4B4B4. Windows color (decimal): -3618796 or 1362120. OLE color: 1362120.
HSL color Cylindrical-coordinate representation of color #C8C814: hue angle of 60º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8C814 is Cyan = 0, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 20 | - |
| CMYK | 0 | 0 | 0.9 | 0.22 |
| HSL | 60º | 0.82% | 0.43% | - |
| HSV(B) | 60º | 0.9% | 0.78% | - |
| XYZ | 44.6 | 53.64 | 8.66 | - |
| YUV | 179.48 | 38 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 20 | 0 | 0 | 0.9 | 0.22 | 60 | 0.82 | 0.43 |
| Hex | C8 | C8 | 14 | 0 | 0 | 5A | 16 | 3C | 52 | 2B |
| Octal | 310 | 310 | 24 | 0 | 0 | 132 | 26 | 74 | 122 | 53 |
| Binary | 11001000 | 11001000 | 10100 | 0 | 0 | 1011010 | 10110 | 111100 | 1010010 | 101011 |
Color Harmonies of #C8C814
Complementary color
Monochromatic Colors of #C8C814
Black with #C8C814
Text Example
Text Example
White with #C8C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C814; }
p { color: rgb(200,200,20); }
H1.HeaderClassName
{
color: #C8C814;
}
.AnyTagClassName
{
color: #C8C814;
}
</style>
background-color css
<style>
a { background-color: #C8C814; }
a { background-color: rgb(200,200,20); }
div.DivClassName
{
background-color: #C8C814;
}
.BgClassName
{
background-color: #C8C814;
}
</style>
border-color css
<style>
span { border-color: #C8C814; }
span { border-color: rgb(200,200,20); }
td.TdClassName
{
border-color: #C8C814;
}
.TagClassName
{
border-color: #C8C814;
}
</style>