Shades of Bird Flower #C8C11B
Tints of Bird Flower #C8C11B
RGB
CMYK
RGB Variations
Color information
#C8C11B (or 0xC8C11B) is known color: Bird Flower. HEX triplet: C8, C1 and 1B. RGB value is (200,193,27). Sum of RGB (Red+Green+Blue) = 200+193+27=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C11B is #373EE4. Grayscale: #B0B0B0. Windows color (decimal): -3620581 or 1819080. OLE color: 1819080.
HSL color Cylindrical-coordinate representation of color #C8C11B: hue angle of 57.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8C11B is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 27 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.22 |
| HSL | 57.57º | 0.76% | 0.45% | - |
| HSV(B) | 57.57º | 0.87% | 0.78% | - |
| XYZ | 43.09 | 50.5 | 8.51 | - |
| YUV | 176.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 27 | 0 | 0.04 | 0.86 | 0.22 | 57.57 | 0.76 | 0.45 |
| Hex | C8 | C1 | 1B | 0 | 4 | 56 | 16 | 3A | 4C | 2D |
| Octal | 310 | 301 | 33 | 0 | 4 | 126 | 26 | 72 | 114 | 55 |
| Binary | 11001000 | 11000001 | 11011 | 0 | 100 | 1010110 | 10110 | 111010 | 1001100 | 101101 |
Color Harmonies of #C8C11B
Complementary color
Monochromatic Colors of #C8C11B
Black with #C8C11B
Text Example
Text Example
White with #C8C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C11B; }
p { color: rgb(200,193,27); }
H1.HeaderClassName
{
color: #C8C11B;
}
.AnyTagClassName
{
color: #C8C11B;
}
</style>
background-color css
<style>
a { background-color: #C8C11B; }
a { background-color: rgb(200,193,27); }
div.DivClassName
{
background-color: #C8C11B;
}
.BgClassName
{
background-color: #C8C11B;
}
</style>
border-color css
<style>
span { border-color: #C8C11B; }
span { border-color: rgb(200,193,27); }
td.TdClassName
{
border-color: #C8C11B;
}
.TagClassName
{
border-color: #C8C11B;
}
</style>