Shades of Bird Flower #C6AF12
Tints of Bird Flower #C6AF12
RGB
CMYK
RGB Variations
Color information
#C6AF12 (or 0xC6AF12) is known color: Bird Flower. HEX triplet: C6, AF and 12. RGB value is (198,175,18). Sum of RGB (Red+Green+Blue) = 198+175+18=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF12 is #3950ED. Grayscale: #A4A4A4. Windows color (decimal): -3756270 or 1224646. OLE color: 1224646.
HSL color Cylindrical-coordinate representation of color #C6AF12: hue angle of 52.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6AF12 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.22 |
| HSL | 52.33º | 0.83% | 0.42% | - |
| HSV(B) | 52.33º | 0.91% | 0.78% | - |
| XYZ | 38.73 | 42.71 | 6.77 | - |
| YUV | 163.98 | 45.62 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 18 | 0 | 0.12 | 0.91 | 0.22 | 52.33 | 0.83 | 0.42 |
| Hex | C6 | AF | 12 | 0 | C | 5B | 16 | 34 | 53 | 2A |
| Octal | 306 | 257 | 22 | 0 | 14 | 133 | 26 | 64 | 123 | 52 |
| Binary | 11000110 | 10101111 | 10010 | 0 | 1100 | 1011011 | 10110 | 110100 | 1010011 | 101010 |
Color Harmonies of #C6AF12
Complementary color
Monochromatic Colors of #C6AF12
Black with #C6AF12
Text Example
Text Example
White with #C6AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF12; }
p { color: rgb(198,175,18); }
H1.HeaderClassName
{
color: #C6AF12;
}
.AnyTagClassName
{
color: #C6AF12;
}
</style>
background-color css
<style>
a { background-color: #C6AF12; }
a { background-color: rgb(198,175,18); }
div.DivClassName
{
background-color: #C6AF12;
}
.BgClassName
{
background-color: #C6AF12;
}
</style>
border-color css
<style>
span { border-color: #C6AF12; }
span { border-color: rgb(198,175,18); }
td.TdClassName
{
border-color: #C6AF12;
}
.TagClassName
{
border-color: #C6AF12;
}
</style>