Shades of Bird Flower #C9AF15
Tints of Bird Flower #C9AF15
RGB
CMYK
RGB Variations
Color information
#C9AF15 (or 0xC9AF15) is known color: Bird Flower. HEX triplet: C9, AF and 15. RGB value is (201,175,21). Sum of RGB (Red+Green+Blue) = 201+175+21=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF15 is #3650EA. Grayscale: #A5A5A5. Windows color (decimal): -3559659 or 1421257. OLE color: 1421257.
HSL color Cylindrical-coordinate representation of color #C9AF15: hue angle of 51.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9AF15 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.21 |
| HSL | 51.33º | 0.81% | 0.44% | - |
| HSV(B) | 51.33º | 0.9% | 0.79% | - |
| XYZ | 39.55 | 43.13 | 6.95 | - |
| YUV | 165.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 21 | 0 | 0.13 | 0.90 | 0.21 | 51.33 | 0.81 | 0.44 |
| Hex | C9 | AF | 15 | 0 | D | 5A | 15 | 33 | 51 | 2C |
| Octal | 311 | 257 | 25 | 0 | 15 | 132 | 25 | 63 | 121 | 54 |
| Binary | 11001001 | 10101111 | 10101 | 0 | 1101 | 1011010 | 10101 | 110011 | 1010001 | 101100 |
Color Harmonies of #C9AF15
Complementary color
Monochromatic Colors of #C9AF15
Black with #C9AF15
Text Example
Text Example
White with #C9AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF15; }
p { color: rgb(201,175,21); }
H1.HeaderClassName
{
color: #C9AF15;
}
.AnyTagClassName
{
color: #C9AF15;
}
</style>
background-color css
<style>
a { background-color: #C9AF15; }
a { background-color: rgb(201,175,21); }
div.DivClassName
{
background-color: #C9AF15;
}
.BgClassName
{
background-color: #C9AF15;
}
</style>
border-color css
<style>
span { border-color: #C9AF15; }
span { border-color: rgb(201,175,21); }
td.TdClassName
{
border-color: #C9AF15;
}
.TagClassName
{
border-color: #C9AF15;
}
</style>