Shades of Bird Flower #C9C20B
Tints of Bird Flower #C9C20B
RGB
CMYK
RGB Variations
Color information
#C9C20B (or 0xC9C20B) is known color: Bird Flower. HEX triplet: C9, C2 and 0B. RGB value is (201,194,11). Sum of RGB (Red+Green+Blue) = 201+194+11=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C20B is #363DF4. Grayscale: #AFAFAF. Windows color (decimal): -3554805 or 770761. OLE color: 770761.
HSL color Cylindrical-coordinate representation of color #C9C20B: hue angle of 57.79º 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 #C9C20B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.21 |
| HSL | 57.79º | 0.9% | 0.42% | - |
| HSV(B) | 57.79º | 0.95% | 0.79% | - |
| XYZ | 43.44 | 51.03 | 7.88 | - |
| YUV | 175.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 11 | 0 | 0.03 | 0.95 | 0.21 | 57.79 | 0.9 | 0.42 |
| Hex | C9 | C2 | B | 0 | 3 | 5F | 15 | 3A | 5A | 2A |
| Octal | 311 | 302 | 13 | 0 | 3 | 137 | 25 | 72 | 132 | 52 |
| Binary | 11001001 | 11000010 | 1011 | 0 | 11 | 1011111 | 10101 | 111010 | 1011010 | 101010 |
Color Harmonies of #C9C20B
Complementary color
Monochromatic Colors of #C9C20B
Black with #C9C20B
Text Example
Text Example
White with #C9C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C20B; }
p { color: rgb(201,194,11); }
H1.HeaderClassName
{
color: #C9C20B;
}
.AnyTagClassName
{
color: #C9C20B;
}
</style>
background-color css
<style>
a { background-color: #C9C20B; }
a { background-color: rgb(201,194,11); }
div.DivClassName
{
background-color: #C9C20B;
}
.BgClassName
{
background-color: #C9C20B;
}
</style>
border-color css
<style>
span { border-color: #C9C20B; }
span { border-color: rgb(201,194,11); }
td.TdClassName
{
border-color: #C9C20B;
}
.TagClassName
{
border-color: #C9C20B;
}
</style>