Shades of Bird Flower #C9BA0A
Tints of Bird Flower #C9BA0A
RGB
CMYK
RGB Variations
Color information
#C9BA0A (or 0xC9BA0A) is known color: Bird Flower. HEX triplet: C9, BA and 0A. RGB value is (201,186,10). Sum of RGB (Red+Green+Blue) = 201+186+10=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BA0A is #3645F5. Grayscale: #ABABAB. Windows color (decimal): -3556854 or 703177. OLE color: 703177.
HSL color Cylindrical-coordinate representation of color #C9BA0A: hue angle of 55.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9BA0A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.21 |
| HSL | 55.29º | 0.91% | 0.41% | - |
| HSV(B) | 55.29º | 0.95% | 0.79% | - |
| XYZ | 41.7 | 47.56 | 7.27 | - |
| YUV | 170.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 10 | 0 | 0.07 | 0.95 | 0.21 | 55.29 | 0.91 | 0.41 |
| Hex | C9 | BA | A | 0 | 7 | 5F | 15 | 37 | 5B | 29 |
| Octal | 311 | 272 | 12 | 0 | 7 | 137 | 25 | 67 | 133 | 51 |
| Binary | 11001001 | 10111010 | 1010 | 0 | 111 | 1011111 | 10101 | 110111 | 1011011 | 101001 |
Color Harmonies of #C9BA0A
Complementary color
Monochromatic Colors of #C9BA0A
Black with #C9BA0A
Text Example
Text Example
White with #C9BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA0A; }
p { color: rgb(201,186,10); }
H1.HeaderClassName
{
color: #C9BA0A;
}
.AnyTagClassName
{
color: #C9BA0A;
}
</style>
background-color css
<style>
a { background-color: #C9BA0A; }
a { background-color: rgb(201,186,10); }
div.DivClassName
{
background-color: #C9BA0A;
}
.BgClassName
{
background-color: #C9BA0A;
}
</style>
border-color css
<style>
span { border-color: #C9BA0A; }
span { border-color: rgb(201,186,10); }
td.TdClassName
{
border-color: #C9BA0A;
}
.TagClassName
{
border-color: #C9BA0A;
}
</style>