Shades of Bird Flower #C9C214
Tints of Bird Flower #C9C214
RGB
CMYK
RGB Variations
Color information
#C9C214 (or 0xC9C214) is known color: Bird Flower. HEX triplet: C9, C2 and 14. RGB value is (201,194,20). Sum of RGB (Red+Green+Blue) = 201+194+20=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C214 is #363DEB. Grayscale: #B0B0B0. Windows color (decimal): -3554796 or 1360585. OLE color: 1360585.
HSL color Cylindrical-coordinate representation of color #C9C214: hue angle of 57.68º 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 #C9C214 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 20 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.21 |
| HSL | 57.68º | 0.82% | 0.43% | - |
| HSV(B) | 57.68º | 0.9% | 0.79% | - |
| XYZ | 43.51 | 51.05 | 8.22 | - |
| YUV | 176.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 20 | 0 | 0.03 | 0.90 | 0.21 | 57.68 | 0.82 | 0.43 |
| Hex | C9 | C2 | 14 | 0 | 3 | 5A | 15 | 3A | 52 | 2B |
| Octal | 311 | 302 | 24 | 0 | 3 | 132 | 25 | 72 | 122 | 53 |
| Binary | 11001001 | 11000010 | 10100 | 0 | 11 | 1011010 | 10101 | 111010 | 1010010 | 101011 |
Color Harmonies of #C9C214
Complementary color
Monochromatic Colors of #C9C214
Black with #C9C214
Text Example
Text Example
White with #C9C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C214; }
p { color: rgb(201,194,20); }
H1.HeaderClassName
{
color: #C9C214;
}
.AnyTagClassName
{
color: #C9C214;
}
</style>
background-color css
<style>
a { background-color: #C9C214; }
a { background-color: rgb(201,194,20); }
div.DivClassName
{
background-color: #C9C214;
}
.BgClassName
{
background-color: #C9C214;
}
</style>
border-color css
<style>
span { border-color: #C9C214; }
span { border-color: rgb(201,194,20); }
td.TdClassName
{
border-color: #C9C214;
}
.TagClassName
{
border-color: #C9C214;
}
</style>