Shades of Bird Flower #C8C811
Tints of Bird Flower #C8C811
RGB
CMYK
RGB Variations
Color information
#C8C811 (or 0xC8C811) is known color: Bird Flower. HEX triplet: C8, C8 and 11. RGB value is (200,200,17). Sum of RGB (Red+Green+Blue) = 200+200+17=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C811 is #3737EE. Grayscale: #B3B3B3. Windows color (decimal): -3618799 or 1165512. OLE color: 1165512.
HSL color Cylindrical-coordinate representation of color #C8C811: hue angle of 60º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8C811 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 17 | - |
| CMYK | 0 | 0 | 0.92 | 0.22 |
| HSL | 60º | 0.84% | 0.43% | - |
| HSV(B) | 60º | 0.92% | 0.78% | - |
| XYZ | 44.57 | 53.63 | 8.53 | - |
| YUV | 179.14 | 36.5 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 17 | 0 | 0 | 0.92 | 0.22 | 60 | 0.84 | 0.43 |
| Hex | C8 | C8 | 11 | 0 | 0 | 5C | 16 | 3C | 54 | 2B |
| Octal | 310 | 310 | 21 | 0 | 0 | 134 | 26 | 74 | 124 | 53 |
| Binary | 11001000 | 11001000 | 10001 | 0 | 0 | 1011100 | 10110 | 111100 | 1010100 | 101011 |
Color Harmonies of #C8C811
Complementary color
Monochromatic Colors of #C8C811
Black with #C8C811
Text Example
Text Example
White with #C8C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C811; }
p { color: rgb(200,200,17); }
H1.HeaderClassName
{
color: #C8C811;
}
.AnyTagClassName
{
color: #C8C811;
}
</style>
background-color css
<style>
a { background-color: #C8C811; }
a { background-color: rgb(200,200,17); }
div.DivClassName
{
background-color: #C8C811;
}
.BgClassName
{
background-color: #C8C811;
}
</style>
border-color css
<style>
span { border-color: #C8C811; }
span { border-color: rgb(200,200,17); }
td.TdClassName
{
border-color: #C8C811;
}
.TagClassName
{
border-color: #C8C811;
}
</style>