Shades of Bird Flower #C9BF11
Tints of Bird Flower #C9BF11
RGB
CMYK
RGB Variations
Color information
#C9BF11 (or 0xC9BF11) is known color: Bird Flower. HEX triplet: C9, BF and 11. RGB value is (201,191,17). Sum of RGB (Red+Green+Blue) = 201+191+17=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF11 is #3640EE. Grayscale: #AEAEAE. Windows color (decimal): -3555567 or 1163209. OLE color: 1163209.
HSL color Cylindrical-coordinate representation of color #C9BF11: hue angle of 56.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9BF11 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.21 |
| HSL | 56.74º | 0.84% | 0.43% | - |
| HSV(B) | 56.74º | 0.92% | 0.79% | - |
| XYZ | 42.82 | 49.72 | 7.87 | - |
| YUV | 174.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 17 | 0 | 0.05 | 0.92 | 0.21 | 56.74 | 0.84 | 0.43 |
| Hex | C9 | BF | 11 | 0 | 5 | 5C | 15 | 39 | 54 | 2B |
| Octal | 311 | 277 | 21 | 0 | 5 | 134 | 25 | 71 | 124 | 53 |
| Binary | 11001001 | 10111111 | 10001 | 0 | 101 | 1011100 | 10101 | 111001 | 1010100 | 101011 |
Color Harmonies of #C9BF11
Complementary color
Monochromatic Colors of #C9BF11
Black with #C9BF11
Text Example
Text Example
White with #C9BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF11; }
p { color: rgb(201,191,17); }
H1.HeaderClassName
{
color: #C9BF11;
}
.AnyTagClassName
{
color: #C9BF11;
}
</style>
background-color css
<style>
a { background-color: #C9BF11; }
a { background-color: rgb(201,191,17); }
div.DivClassName
{
background-color: #C9BF11;
}
.BgClassName
{
background-color: #C9BF11;
}
</style>
border-color css
<style>
span { border-color: #C9BF11; }
span { border-color: rgb(201,191,17); }
td.TdClassName
{
border-color: #C9BF11;
}
.TagClassName
{
border-color: #C9BF11;
}
</style>