Shades of Bird Flower #C9C412
Tints of Bird Flower #C9C412
RGB
CMYK
RGB Variations
Color information
#C9C412 (or 0xC9C412) is known color: Bird Flower. HEX triplet: C9, C4 and 12. RGB value is (201,196,18). Sum of RGB (Red+Green+Blue) = 201+196+18=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C412 is #363BED. Grayscale: #B1B1B1. Windows color (decimal): -3554286 or 1230025. OLE color: 1230025.
HSL color Cylindrical-coordinate representation of color #C9C412: hue angle of 58.36º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9C412 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.21 |
| HSL | 58.36º | 0.84% | 0.43% | - |
| HSV(B) | 58.36º | 0.91% | 0.79% | - |
| XYZ | 43.94 | 51.94 | 8.28 | - |
| YUV | 177.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 18 | 0 | 0.02 | 0.91 | 0.21 | 58.36 | 0.84 | 0.43 |
| Hex | C9 | C4 | 12 | 0 | 2 | 5B | 15 | 3A | 54 | 2B |
| Octal | 311 | 304 | 22 | 0 | 2 | 133 | 25 | 72 | 124 | 53 |
| Binary | 11001001 | 11000100 | 10010 | 0 | 10 | 1011011 | 10101 | 111010 | 1010100 | 101011 |
Color Harmonies of #C9C412
Complementary color
Monochromatic Colors of #C9C412
Black with #C9C412
Text Example
Text Example
White with #C9C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C412; }
p { color: rgb(201,196,18); }
H1.HeaderClassName
{
color: #C9C412;
}
.AnyTagClassName
{
color: #C9C412;
}
</style>
background-color css
<style>
a { background-color: #C9C412; }
a { background-color: rgb(201,196,18); }
div.DivClassName
{
background-color: #C9C412;
}
.BgClassName
{
background-color: #C9C412;
}
</style>
border-color css
<style>
span { border-color: #C9C412; }
span { border-color: rgb(201,196,18); }
td.TdClassName
{
border-color: #C9C412;
}
.TagClassName
{
border-color: #C9C412;
}
</style>