Shades of Bird Flower #C8C01E
Tints of Bird Flower #C8C01E
RGB
CMYK
RGB Variations
Color information
#C8C01E (or 0xC8C01E) is known color: Bird Flower. HEX triplet: C8, C0 and 1E. RGB value is (200,192,30). Sum of RGB (Red+Green+Blue) = 200+192+30=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C01E is #373FE1. Grayscale: #B0B0B0. Windows color (decimal): -3620834 or 2015432. OLE color: 2015432.
HSL color Cylindrical-coordinate representation of color #C8C01E: hue angle of 57.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8C01E is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 30 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.22 |
| HSL | 57.18º | 0.74% | 0.45% | - |
| HSV(B) | 57.18º | 0.85% | 0.78% | - |
| XYZ | 42.9 | 50.07 | 8.63 | - |
| YUV | 175.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 30 | 0 | 0.04 | 0.85 | 0.22 | 57.18 | 0.74 | 0.45 |
| Hex | C8 | C0 | 1E | 0 | 4 | 55 | 16 | 39 | 4A | 2D |
| Octal | 310 | 300 | 36 | 0 | 4 | 125 | 26 | 71 | 112 | 55 |
| Binary | 11001000 | 11000000 | 11110 | 0 | 100 | 1010101 | 10110 | 111001 | 1001010 | 101101 |
Color Harmonies of #C8C01E
Complementary color
Monochromatic Colors of #C8C01E
Black with #C8C01E
Text Example
Text Example
White with #C8C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C01E; }
p { color: rgb(200,192,30); }
H1.HeaderClassName
{
color: #C8C01E;
}
.AnyTagClassName
{
color: #C8C01E;
}
</style>
background-color css
<style>
a { background-color: #C8C01E; }
a { background-color: rgb(200,192,30); }
div.DivClassName
{
background-color: #C8C01E;
}
.BgClassName
{
background-color: #C8C01E;
}
</style>
border-color css
<style>
span { border-color: #C8C01E; }
span { border-color: rgb(200,192,30); }
td.TdClassName
{
border-color: #C8C01E;
}
.TagClassName
{
border-color: #C8C01E;
}
</style>