Shades of Bird Flower #C9CE11
Tints of Bird Flower #C9CE11
RGB
CMYK
RGB Variations
Color information
#C9CE11 (or 0xC9CE11) is known color: Bird Flower. HEX triplet: C9, CE and 11. RGB value is (201,206,17). Sum of RGB (Red+Green+Blue) = 201+206+17=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CE11 is #3631EE. Grayscale: #B7B7B7. Windows color (decimal): -3551727 or 1167049. OLE color: 1167049.
HSL color Cylindrical-coordinate representation of color #C9CE11: hue angle of 61.59º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9CE11 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.19 |
| HSL | 61.59º | 0.85% | 0.44% | - |
| HSV(B) | 61.59º | 0.92% | 0.81% | - |
| XYZ | 46.26 | 56.6 | 9.02 | - |
| YUV | 182.96 | 34.34 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 17 | 0.02 | 0 | 0.92 | 0.19 | 61.59 | 0.85 | 0.44 |
| Hex | C9 | CE | 11 | 2 | 0 | 5C | 13 | 3E | 55 | 2C |
| Octal | 311 | 316 | 21 | 2 | 0 | 134 | 23 | 76 | 125 | 54 |
| Binary | 11001001 | 11001110 | 10001 | 10 | 0 | 1011100 | 10011 | 111110 | 1010101 | 101100 |
Color Harmonies of #C9CE11
Complementary color
Monochromatic Colors of #C9CE11
Black with #C9CE11
Text Example
Text Example
White with #C9CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE11; }
p { color: rgb(201,206,17); }
H1.HeaderClassName
{
color: #C9CE11;
}
.AnyTagClassName
{
color: #C9CE11;
}
</style>
background-color css
<style>
a { background-color: #C9CE11; }
a { background-color: rgb(201,206,17); }
div.DivClassName
{
background-color: #C9CE11;
}
.BgClassName
{
background-color: #C9CE11;
}
</style>
border-color css
<style>
span { border-color: #C9CE11; }
span { border-color: rgb(201,206,17); }
td.TdClassName
{
border-color: #C9CE11;
}
.TagClassName
{
border-color: #C9CE11;
}
</style>