Shades of Bird Flower #C9C414
Tints of Bird Flower #C9C414
RGB
CMYK
RGB Variations
Color information
#C9C414 (or 0xC9C414) is known color: Bird Flower. HEX triplet: C9, C4 and 14. RGB value is (201,196,20). Sum of RGB (Red+Green+Blue) = 201+196+20=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C414 is #363BEB. Grayscale: #B2B2B2. Windows color (decimal): -3554284 or 1361097. OLE color: 1361097.
HSL color Cylindrical-coordinate representation of color #C9C414: hue angle of 58.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9C414 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 20 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.21 |
| HSL | 58.34º | 0.82% | 0.43% | - |
| HSV(B) | 58.34º | 0.9% | 0.79% | - |
| XYZ | 43.95 | 51.95 | 8.37 | - |
| YUV | 177.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 20 | 0 | 0.02 | 0.90 | 0.21 | 58.34 | 0.82 | 0.43 |
| Hex | C9 | C4 | 14 | 0 | 2 | 5A | 15 | 3A | 52 | 2B |
| Octal | 311 | 304 | 24 | 0 | 2 | 132 | 25 | 72 | 122 | 53 |
| Binary | 11001001 | 11000100 | 10100 | 0 | 10 | 1011010 | 10101 | 111010 | 1010010 | 101011 |
Color Harmonies of #C9C414
Complementary color
Monochromatic Colors of #C9C414
Black with #C9C414
Text Example
Text Example
White with #C9C414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C414; }
p { color: rgb(201,196,20); }
H1.HeaderClassName
{
color: #C9C414;
}
.AnyTagClassName
{
color: #C9C414;
}
</style>
background-color css
<style>
a { background-color: #C9C414; }
a { background-color: rgb(201,196,20); }
div.DivClassName
{
background-color: #C9C414;
}
.BgClassName
{
background-color: #C9C414;
}
</style>
border-color css
<style>
span { border-color: #C9C414; }
span { border-color: rgb(201,196,20); }
td.TdClassName
{
border-color: #C9C414;
}
.TagClassName
{
border-color: #C9C414;
}
</style>