Shades of Bird Flower #C9B214
Tints of Bird Flower #C9B214
RGB
CMYK
RGB Variations
Color information
#C9B214 (or 0xC9B214) is known color: Bird Flower. HEX triplet: C9, B2 and 14. RGB value is (201,178,20). Sum of RGB (Red+Green+Blue) = 201+178+20=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B214 is #364DEB. Grayscale: #A7A7A7. Windows color (decimal): -3558892 or 1356489. OLE color: 1356489.
HSL color Cylindrical-coordinate representation of color #C9B214: hue angle of 52.38º 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 #C9B214 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.21 |
| HSL | 52.38º | 0.82% | 0.43% | - |
| HSV(B) | 52.38º | 0.9% | 0.79% | - |
| XYZ | 40.13 | 44.31 | 7.1 | - |
| YUV | 166.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 20 | 0 | 0.11 | 0.90 | 0.21 | 52.38 | 0.82 | 0.43 |
| Hex | C9 | B2 | 14 | 0 | B | 5A | 15 | 34 | 52 | 2B |
| Octal | 311 | 262 | 24 | 0 | 13 | 132 | 25 | 64 | 122 | 53 |
| Binary | 11001001 | 10110010 | 10100 | 0 | 1011 | 1011010 | 10101 | 110100 | 1010010 | 101011 |
Color Harmonies of #C9B214
Complementary color
Monochromatic Colors of #C9B214
Black with #C9B214
Text Example
Text Example
White with #C9B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B214; }
p { color: rgb(201,178,20); }
H1.HeaderClassName
{
color: #C9B214;
}
.AnyTagClassName
{
color: #C9B214;
}
</style>
background-color css
<style>
a { background-color: #C9B214; }
a { background-color: rgb(201,178,20); }
div.DivClassName
{
background-color: #C9B214;
}
.BgClassName
{
background-color: #C9B214;
}
</style>
border-color css
<style>
span { border-color: #C9B214; }
span { border-color: rgb(201,178,20); }
td.TdClassName
{
border-color: #C9B214;
}
.TagClassName
{
border-color: #C9B214;
}
</style>