Shades of Bird Flower #C9CE10
Tints of Bird Flower #C9CE10
RGB
CMYK
RGB Variations
Color information
#C9CE10 (or 0xC9CE10) is known color: Bird Flower. HEX triplet: C9, CE and 10. RGB value is (201,206,16). Sum of RGB (Red+Green+Blue) = 201+206+16=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CE10 is #3631EF. Grayscale: #B7B7B7. Windows color (decimal): -3551728 or 1101513. OLE color: 1101513.
HSL color Cylindrical-coordinate representation of color #C9CE10: hue angle of 61.58º degrees, saturation: 0.86, 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 #C9CE10 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.19 |
| HSL | 61.58º | 0.86% | 0.44% | - |
| HSV(B) | 61.58º | 0.92% | 0.81% | - |
| XYZ | 46.25 | 56.6 | 8.98 | - |
| YUV | 182.85 | 33.84 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 16 | 0.02 | 0 | 0.92 | 0.19 | 61.58 | 0.86 | 0.44 |
| Hex | C9 | CE | 10 | 2 | 0 | 5C | 13 | 3E | 56 | 2C |
| Octal | 311 | 316 | 20 | 2 | 0 | 134 | 23 | 76 | 126 | 54 |
| Binary | 11001001 | 11001110 | 10000 | 10 | 0 | 1011100 | 10011 | 111110 | 1010110 | 101100 |
Color Harmonies of #C9CE10
Complementary color
Monochromatic Colors of #C9CE10
Black with #C9CE10
Text Example
Text Example
White with #C9CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE10; }
p { color: rgb(201,206,16); }
H1.HeaderClassName
{
color: #C9CE10;
}
.AnyTagClassName
{
color: #C9CE10;
}
</style>
background-color css
<style>
a { background-color: #C9CE10; }
a { background-color: rgb(201,206,16); }
div.DivClassName
{
background-color: #C9CE10;
}
.BgClassName
{
background-color: #C9CE10;
}
</style>
border-color css
<style>
span { border-color: #C9CE10; }
span { border-color: rgb(201,206,16); }
td.TdClassName
{
border-color: #C9CE10;
}
.TagClassName
{
border-color: #C9CE10;
}
</style>