Shades of Bird Flower #C6AF13
Tints of Bird Flower #C6AF13
RGB
CMYK
RGB Variations
Color information
#C6AF13 (or 0xC6AF13) is known color: Bird Flower. HEX triplet: C6, AF and 13. RGB value is (198,175,19). Sum of RGB (Red+Green+Blue) = 198+175+19=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF13 is #3950EC. Grayscale: #A4A4A4. Windows color (decimal): -3756269 or 1290182. OLE color: 1290182.
HSL color Cylindrical-coordinate representation of color #C6AF13: hue angle of 52.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6AF13 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 19 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.22 |
| HSL | 52.29º | 0.82% | 0.43% | - |
| HSV(B) | 52.29º | 0.9% | 0.78% | - |
| XYZ | 38.74 | 42.71 | 6.82 | - |
| YUV | 164.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 19 | 0 | 0.12 | 0.90 | 0.22 | 52.29 | 0.82 | 0.43 |
| Hex | C6 | AF | 13 | 0 | C | 5A | 16 | 34 | 52 | 2B |
| Octal | 306 | 257 | 23 | 0 | 14 | 132 | 26 | 64 | 122 | 53 |
| Binary | 11000110 | 10101111 | 10011 | 0 | 1100 | 1011010 | 10110 | 110100 | 1010010 | 101011 |
Color Harmonies of #C6AF13
Complementary color
Monochromatic Colors of #C6AF13
Black with #C6AF13
Text Example
Text Example
White with #C6AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF13; }
p { color: rgb(198,175,19); }
H1.HeaderClassName
{
color: #C6AF13;
}
.AnyTagClassName
{
color: #C6AF13;
}
</style>
background-color css
<style>
a { background-color: #C6AF13; }
a { background-color: rgb(198,175,19); }
div.DivClassName
{
background-color: #C6AF13;
}
.BgClassName
{
background-color: #C6AF13;
}
</style>
border-color css
<style>
span { border-color: #C6AF13; }
span { border-color: rgb(198,175,19); }
td.TdClassName
{
border-color: #C6AF13;
}
.TagClassName
{
border-color: #C6AF13;
}
</style>