Shades of Bird Flower #C8C616
Tints of Bird Flower #C8C616
RGB
CMYK
RGB Variations
Color information
#C8C616 (or 0xC8C616) is known color: Bird Flower. HEX triplet: C8, C6 and 16. RGB value is (200,198,22). Sum of RGB (Red+Green+Blue) = 200+198+22=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C616 is #3739E9. Grayscale: #B3B3B3. Windows color (decimal): -3619306 or 1492680. OLE color: 1492680.
HSL color Cylindrical-coordinate representation of color #C8C616: hue angle of 59.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8C616 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 22 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.22 |
| HSL | 59.33º | 0.8% | 0.44% | - |
| HSV(B) | 59.33º | 0.89% | 0.78% | - |
| XYZ | 44.16 | 52.73 | 8.61 | - |
| YUV | 178.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 22 | 0 | 0.01 | 0.89 | 0.22 | 59.33 | 0.8 | 0.44 |
| Hex | C8 | C6 | 16 | 0 | 1 | 59 | 16 | 3B | 50 | 2C |
| Octal | 310 | 306 | 26 | 0 | 1 | 131 | 26 | 73 | 120 | 54 |
| Binary | 11001000 | 11000110 | 10110 | 0 | 1 | 1011001 | 10110 | 111011 | 1010000 | 101100 |
Color Harmonies of #C8C616
Complementary color
Monochromatic Colors of #C8C616
Black with #C8C616
Text Example
Text Example
White with #C8C616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C616; }
p { color: rgb(200,198,22); }
H1.HeaderClassName
{
color: #C8C616;
}
.AnyTagClassName
{
color: #C8C616;
}
</style>
background-color css
<style>
a { background-color: #C8C616; }
a { background-color: rgb(200,198,22); }
div.DivClassName
{
background-color: #C8C616;
}
.BgClassName
{
background-color: #C8C616;
}
</style>
border-color css
<style>
span { border-color: #C8C616; }
span { border-color: rgb(200,198,22); }
td.TdClassName
{
border-color: #C8C616;
}
.TagClassName
{
border-color: #C8C616;
}
</style>