Shades of Bird Flower #C9AF13
Tints of Bird Flower #C9AF13
RGB
CMYK
RGB Variations
Color information
#C9AF13 (or 0xC9AF13) is known color: Bird Flower. HEX triplet: C9, AF and 13. RGB value is (201,175,19). Sum of RGB (Red+Green+Blue) = 201+175+19=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF13 is #3650EC. Grayscale: #A5A5A5. Windows color (decimal): -3559661 or 1290185. OLE color: 1290185.
HSL color Cylindrical-coordinate representation of color #C9AF13: hue angle of 51.43º degrees, saturation: 0.83, 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 #C9AF13 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 19 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.21 |
| HSL | 51.43º | 0.83% | 0.43% | - |
| HSV(B) | 51.43º | 0.91% | 0.79% | - |
| XYZ | 39.53 | 43.12 | 6.86 | - |
| YUV | 164.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 19 | 0 | 0.13 | 0.91 | 0.21 | 51.43 | 0.83 | 0.43 |
| Hex | C9 | AF | 13 | 0 | D | 5B | 15 | 33 | 53 | 2B |
| Octal | 311 | 257 | 23 | 0 | 15 | 133 | 25 | 63 | 123 | 53 |
| Binary | 11001001 | 10101111 | 10011 | 0 | 1101 | 1011011 | 10101 | 110011 | 1010011 | 101011 |
Color Harmonies of #C9AF13
Complementary color
Monochromatic Colors of #C9AF13
Black with #C9AF13
Text Example
Text Example
White with #C9AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF13; }
p { color: rgb(201,175,19); }
H1.HeaderClassName
{
color: #C9AF13;
}
.AnyTagClassName
{
color: #C9AF13;
}
</style>
background-color css
<style>
a { background-color: #C9AF13; }
a { background-color: rgb(201,175,19); }
div.DivClassName
{
background-color: #C9AF13;
}
.BgClassName
{
background-color: #C9AF13;
}
</style>
border-color css
<style>
span { border-color: #C9AF13; }
span { border-color: rgb(201,175,19); }
td.TdClassName
{
border-color: #C9AF13;
}
.TagClassName
{
border-color: #C9AF13;
}
</style>