Shades of Bird Flower #C9C00B
Tints of Bird Flower #C9C00B
RGB
CMYK
RGB Variations
Color information
#C9C00B (or 0xC9C00B) is known color: Bird Flower. HEX triplet: C9, C0 and 0B. RGB value is (201,192,11). Sum of RGB (Red+Green+Blue) = 201+192+11=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C00B is #363FF4. Grayscale: #AEAEAE. Windows color (decimal): -3555317 or 770249. OLE color: 770249.
HSL color Cylindrical-coordinate representation of color #C9C00B: hue angle of 57.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9C00B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 11 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.21 |
| HSL | 57.16º | 0.9% | 0.42% | - |
| HSV(B) | 57.16º | 0.95% | 0.79% | - |
| XYZ | 43 | 50.14 | 7.73 | - |
| YUV | 174.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 11 | 0 | 0.04 | 0.95 | 0.21 | 57.16 | 0.9 | 0.42 |
| Hex | C9 | C0 | B | 0 | 4 | 5F | 15 | 39 | 5A | 2A |
| Octal | 311 | 300 | 13 | 0 | 4 | 137 | 25 | 71 | 132 | 52 |
| Binary | 11001001 | 11000000 | 1011 | 0 | 100 | 1011111 | 10101 | 111001 | 1011010 | 101010 |
Color Harmonies of #C9C00B
Complementary color
Monochromatic Colors of #C9C00B
Black with #C9C00B
Text Example
Text Example
White with #C9C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C00B; }
p { color: rgb(201,192,11); }
H1.HeaderClassName
{
color: #C9C00B;
}
.AnyTagClassName
{
color: #C9C00B;
}
</style>
background-color css
<style>
a { background-color: #C9C00B; }
a { background-color: rgb(201,192,11); }
div.DivClassName
{
background-color: #C9C00B;
}
.BgClassName
{
background-color: #C9C00B;
}
</style>
border-color css
<style>
span { border-color: #C9C00B; }
span { border-color: rgb(201,192,11); }
td.TdClassName
{
border-color: #C9C00B;
}
.TagClassName
{
border-color: #C9C00B;
}
</style>