Shades of Bird Flower #C9BB07
Tints of Bird Flower #C9BB07
RGB
CMYK
RGB Variations
Color information
#C9BB07 (or 0xC9BB07) is known color: Bird Flower. HEX triplet: C9, BB and 07. RGB value is (201,187,7). Sum of RGB (Red+Green+Blue) = 201+187+7=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB07 is #3644F8. Grayscale: #ABABAB. Windows color (decimal): -3556601 or 506825. OLE color: 506825.
HSL color Cylindrical-coordinate representation of color #C9BB07: hue angle of 55.67º 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 #C9BB07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 7 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.21 |
| HSL | 55.67º | 0.93% | 0.41% | - |
| HSV(B) | 55.67º | 0.97% | 0.79% | - |
| XYZ | 41.9 | 47.97 | 7.25 | - |
| YUV | 170.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 7 | 0 | 0.07 | 0.97 | 0.21 | 55.67 | 0.93 | 0.41 |
| Hex | C9 | BB | 7 | 0 | 7 | 61 | 15 | 38 | 5D | 29 |
| Octal | 311 | 273 | 7 | 0 | 7 | 141 | 25 | 70 | 135 | 51 |
| Binary | 11001001 | 10111011 | 111 | 0 | 111 | 1100001 | 10101 | 111000 | 1011101 | 101001 |
Color Harmonies of #C9BB07
Complementary color
Monochromatic Colors of #C9BB07
Black with #C9BB07
Text Example
Text Example
White with #C9BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB07; }
p { color: rgb(201,187,7); }
H1.HeaderClassName
{
color: #C9BB07;
}
.AnyTagClassName
{
color: #C9BB07;
}
</style>
background-color css
<style>
a { background-color: #C9BB07; }
a { background-color: rgb(201,187,7); }
div.DivClassName
{
background-color: #C9BB07;
}
.BgClassName
{
background-color: #C9BB07;
}
</style>
border-color css
<style>
span { border-color: #C9BB07; }
span { border-color: rgb(201,187,7); }
td.TdClassName
{
border-color: #C9BB07;
}
.TagClassName
{
border-color: #C9BB07;
}
</style>