Shades of Bird Flower #C9B407
Tints of Bird Flower #C9B407
RGB
CMYK
RGB Variations
Color information
#C9B407 (or 0xC9B407) is known color: Bird Flower. HEX triplet: C9, B4 and 07. RGB value is (201,180,7). Sum of RGB (Red+Green+Blue) = 201+180+7=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B407 is #364BF8. Grayscale: #A7A7A7. Windows color (decimal): -3558393 or 505033. OLE color: 505033.
HSL color Cylindrical-coordinate representation of color #C9B407: hue angle of 53.51º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9B407 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.21 |
| HSL | 53.51º | 0.93% | 0.41% | - |
| HSV(B) | 53.51º | 0.97% | 0.79% | - |
| XYZ | 40.45 | 45.08 | 6.77 | - |
| YUV | 166.56 | 37.96 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 7 | 0 | 0.10 | 0.97 | 0.21 | 53.51 | 0.93 | 0.41 |
| Hex | C9 | B4 | 7 | 0 | A | 61 | 15 | 36 | 5D | 29 |
| Octal | 311 | 264 | 7 | 0 | 12 | 141 | 25 | 66 | 135 | 51 |
| Binary | 11001001 | 10110100 | 111 | 0 | 1010 | 1100001 | 10101 | 110110 | 1011101 | 101001 |
Color Harmonies of #C9B407
Complementary color
Monochromatic Colors of #C9B407
Black with #C9B407
Text Example
Text Example
White with #C9B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B407; }
p { color: rgb(201,180,7); }
H1.HeaderClassName
{
color: #C9B407;
}
.AnyTagClassName
{
color: #C9B407;
}
</style>
background-color css
<style>
a { background-color: #C9B407; }
a { background-color: rgb(201,180,7); }
div.DivClassName
{
background-color: #C9B407;
}
.BgClassName
{
background-color: #C9B407;
}
</style>
border-color css
<style>
span { border-color: #C9B407; }
span { border-color: rgb(201,180,7); }
td.TdClassName
{
border-color: #C9B407;
}
.TagClassName
{
border-color: #C9B407;
}
</style>