Shades of Bird Flower #C9B118
Tints of Bird Flower #C9B118
RGB
CMYK
RGB Variations
Color information
#C9B118 (or 0xC9B118) is known color: Bird Flower. HEX triplet: C9, B1 and 18. RGB value is (201,177,24). Sum of RGB (Red+Green+Blue) = 201+177+24=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B118 is #364EE7. Grayscale: #A7A7A7. Windows color (decimal): -3559144 or 1618377. OLE color: 1618377.
HSL color Cylindrical-coordinate representation of color #C9B118: hue angle of 51.86º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9B118 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 24 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.21 |
| HSL | 51.86º | 0.79% | 0.44% | - |
| HSV(B) | 51.86º | 0.88% | 0.79% | - |
| XYZ | 39.97 | 43.93 | 7.24 | - |
| YUV | 166.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 24 | 0 | 0.12 | 0.88 | 0.21 | 51.86 | 0.79 | 0.44 |
| Hex | C9 | B1 | 18 | 0 | C | 58 | 15 | 34 | 4F | 2C |
| Octal | 311 | 261 | 30 | 0 | 14 | 130 | 25 | 64 | 117 | 54 |
| Binary | 11001001 | 10110001 | 11000 | 0 | 1100 | 1011000 | 10101 | 110100 | 1001111 | 101100 |
Color Harmonies of #C9B118
Complementary color
Monochromatic Colors of #C9B118
Black with #C9B118
Text Example
Text Example
White with #C9B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B118; }
p { color: rgb(201,177,24); }
H1.HeaderClassName
{
color: #C9B118;
}
.AnyTagClassName
{
color: #C9B118;
}
</style>
background-color css
<style>
a { background-color: #C9B118; }
a { background-color: rgb(201,177,24); }
div.DivClassName
{
background-color: #C9B118;
}
.BgClassName
{
background-color: #C9B118;
}
</style>
border-color css
<style>
span { border-color: #C9B118; }
span { border-color: rgb(201,177,24); }
td.TdClassName
{
border-color: #C9B118;
}
.TagClassName
{
border-color: #C9B118;
}
</style>