Shades of Bird Flower #C9C01A
Tints of Bird Flower #C9C01A
RGB
CMYK
RGB Variations
Color information
#C9C01A (or 0xC9C01A) is known color: Bird Flower. HEX triplet: C9, C0 and 1A. RGB value is (201,192,26). Sum of RGB (Red+Green+Blue) = 201+192+26=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C01A is #363FE5. Grayscale: #B0B0B0. Windows color (decimal): -3555302 or 1753289. OLE color: 1753289.
HSL color Cylindrical-coordinate representation of color #C9C01A: hue angle of 56.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9C01A is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 26 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.21 |
| HSL | 56.91º | 0.77% | 0.45% | - |
| HSV(B) | 56.91º | 0.87% | 0.79% | - |
| XYZ | 43.12 | 50.19 | 8.39 | - |
| YUV | 175.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 26 | 0 | 0.04 | 0.87 | 0.21 | 56.91 | 0.77 | 0.45 |
| Hex | C9 | C0 | 1A | 0 | 4 | 57 | 15 | 39 | 4D | 2D |
| Octal | 311 | 300 | 32 | 0 | 4 | 127 | 25 | 71 | 115 | 55 |
| Binary | 11001001 | 11000000 | 11010 | 0 | 100 | 1010111 | 10101 | 111001 | 1001101 | 101101 |
Color Harmonies of #C9C01A
Complementary color
Monochromatic Colors of #C9C01A
Black with #C9C01A
Text Example
Text Example
White with #C9C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C01A; }
p { color: rgb(201,192,26); }
H1.HeaderClassName
{
color: #C9C01A;
}
.AnyTagClassName
{
color: #C9C01A;
}
</style>
background-color css
<style>
a { background-color: #C9C01A; }
a { background-color: rgb(201,192,26); }
div.DivClassName
{
background-color: #C9C01A;
}
.BgClassName
{
background-color: #C9C01A;
}
</style>
border-color css
<style>
span { border-color: #C9C01A; }
span { border-color: rgb(201,192,26); }
td.TdClassName
{
border-color: #C9C01A;
}
.TagClassName
{
border-color: #C9C01A;
}
</style>