Shades of Bird Flower #C9B215
Tints of Bird Flower #C9B215
RGB
CMYK
RGB Variations
Color information
#C9B215 (or 0xC9B215) is known color: Bird Flower. HEX triplet: C9, B2 and 15. RGB value is (201,178,21). Sum of RGB (Red+Green+Blue) = 201+178+21=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B215 is #364DEA. Grayscale: #A7A7A7. Windows color (decimal): -3558891 or 1422025. OLE color: 1422025.
HSL color Cylindrical-coordinate representation of color #C9B215: hue angle of 52.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9B215 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.21 |
| HSL | 52.33º | 0.81% | 0.44% | - |
| HSV(B) | 52.33º | 0.9% | 0.79% | - |
| XYZ | 40.14 | 44.31 | 7.15 | - |
| YUV | 166.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 21 | 0 | 0.11 | 0.90 | 0.21 | 52.33 | 0.81 | 0.44 |
| Hex | C9 | B2 | 15 | 0 | B | 5A | 15 | 34 | 51 | 2C |
| Octal | 311 | 262 | 25 | 0 | 13 | 132 | 25 | 64 | 121 | 54 |
| Binary | 11001001 | 10110010 | 10101 | 0 | 1011 | 1011010 | 10101 | 110100 | 1010001 | 101100 |
Color Harmonies of #C9B215
Complementary color
Monochromatic Colors of #C9B215
Black with #C9B215
Text Example
Text Example
White with #C9B215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B215; }
p { color: rgb(201,178,21); }
H1.HeaderClassName
{
color: #C9B215;
}
.AnyTagClassName
{
color: #C9B215;
}
</style>
background-color css
<style>
a { background-color: #C9B215; }
a { background-color: rgb(201,178,21); }
div.DivClassName
{
background-color: #C9B215;
}
.BgClassName
{
background-color: #C9B215;
}
</style>
border-color css
<style>
span { border-color: #C9B215; }
span { border-color: rgb(201,178,21); }
td.TdClassName
{
border-color: #C9B215;
}
.TagClassName
{
border-color: #C9B215;
}
</style>