Shades of Bird Flower #C8C314
Tints of Bird Flower #C8C314
RGB
CMYK
RGB Variations
Color information
#C8C314 (or 0xC8C314) is known color: Bird Flower. HEX triplet: C8, C3 and 14. RGB value is (200,195,20). Sum of RGB (Red+Green+Blue) = 200+195+20=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C314 is #373CEB. Grayscale: #B1B1B1. Windows color (decimal): -3620076 or 1360840. OLE color: 1360840.
HSL color Cylindrical-coordinate representation of color #C8C314: hue angle of 58.33º 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 #C8C314 is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 20 | - |
| CMYK | 0 | 0.02 | 0.9 | 0.22 |
| HSL | 58.33º | 0.82% | 0.43% | - |
| HSV(B) | 58.33º | 0.9% | 0.78% | - |
| XYZ | 43.46 | 51.36 | 8.28 | - |
| YUV | 176.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 20 | 0 | 0.02 | 0.9 | 0.22 | 58.33 | 0.82 | 0.43 |
| Hex | C8 | C3 | 14 | 0 | 2 | 5A | 16 | 3A | 52 | 2B |
| Octal | 310 | 303 | 24 | 0 | 2 | 132 | 26 | 72 | 122 | 53 |
| Binary | 11001000 | 11000011 | 10100 | 0 | 10 | 1011010 | 10110 | 111010 | 1010010 | 101011 |
Color Harmonies of #C8C314
Complementary color
Monochromatic Colors of #C8C314
Black with #C8C314
Text Example
Text Example
White with #C8C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C314; }
p { color: rgb(200,195,20); }
H1.HeaderClassName
{
color: #C8C314;
}
.AnyTagClassName
{
color: #C8C314;
}
</style>
background-color css
<style>
a { background-color: #C8C314; }
a { background-color: rgb(200,195,20); }
div.DivClassName
{
background-color: #C8C314;
}
.BgClassName
{
background-color: #C8C314;
}
</style>
border-color css
<style>
span { border-color: #C8C314; }
span { border-color: rgb(200,195,20); }
td.TdClassName
{
border-color: #C8C314;
}
.TagClassName
{
border-color: #C8C314;
}
</style>