Shades of Bird Flower #C9AF12
Tints of Bird Flower #C9AF12
RGB
CMYK
RGB Variations
Color information
#C9AF12 (or 0xC9AF12) is known color: Bird Flower. HEX triplet: C9, AF and 12. RGB value is (201,175,18). Sum of RGB (Red+Green+Blue) = 201+175+18=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF12 is #3650ED. Grayscale: #A5A5A5. Windows color (decimal): -3559662 or 1224649. OLE color: 1224649.
HSL color Cylindrical-coordinate representation of color #C9AF12: hue angle of 51.48º degrees, saturation: 0.84, 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 #C9AF12 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 18 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.21 |
| HSL | 51.48º | 0.84% | 0.43% | - |
| HSV(B) | 51.48º | 0.91% | 0.79% | - |
| XYZ | 39.53 | 43.12 | 6.81 | - |
| YUV | 164.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 18 | 0 | 0.13 | 0.91 | 0.21 | 51.48 | 0.84 | 0.43 |
| Hex | C9 | AF | 12 | 0 | D | 5B | 15 | 33 | 54 | 2B |
| Octal | 311 | 257 | 22 | 0 | 15 | 133 | 25 | 63 | 124 | 53 |
| Binary | 11001001 | 10101111 | 10010 | 0 | 1101 | 1011011 | 10101 | 110011 | 1010100 | 101011 |
Color Harmonies of #C9AF12
Complementary color
Monochromatic Colors of #C9AF12
Black with #C9AF12
Text Example
Text Example
White with #C9AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF12; }
p { color: rgb(201,175,18); }
H1.HeaderClassName
{
color: #C9AF12;
}
.AnyTagClassName
{
color: #C9AF12;
}
</style>
background-color css
<style>
a { background-color: #C9AF12; }
a { background-color: rgb(201,175,18); }
div.DivClassName
{
background-color: #C9AF12;
}
.BgClassName
{
background-color: #C9AF12;
}
</style>
border-color css
<style>
span { border-color: #C9AF12; }
span { border-color: rgb(201,175,18); }
td.TdClassName
{
border-color: #C9AF12;
}
.TagClassName
{
border-color: #C9AF12;
}
</style>