Shades of La Rioja #C6AF07
Tints of La Rioja #C6AF07
RGB
CMYK
RGB Variations
Color information
#C6AF07 (or 0xC6AF07) is known color: La Rioja. HEX triplet: C6, AF and 07. RGB value is (198,175,7). Sum of RGB (Red+Green+Blue) = 198+175+7=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF07 is #3950F8. Grayscale: #A3A3A3. Windows color (decimal): -3756281 or 503750. OLE color: 503750.
HSL color Cylindrical-coordinate representation of color #C6AF07: hue angle of 52.77º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6AF07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.22 |
| HSL | 52.77º | 0.93% | 0.4% | - |
| HSV(B) | 52.77º | 0.96% | 0.78% | - |
| XYZ | 38.66 | 42.68 | 6.4 | - |
| YUV | 162.73 | 40.12 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 7 | 0 | 0.12 | 0.96 | 0.22 | 52.77 | 0.93 | 0.4 |
| Hex | C6 | AF | 7 | 0 | C | 60 | 16 | 35 | 5D | 28 |
| Octal | 306 | 257 | 7 | 0 | 14 | 140 | 26 | 65 | 135 | 50 |
| Binary | 11000110 | 10101111 | 111 | 0 | 1100 | 1100000 | 10110 | 110101 | 1011101 | 101000 |
Color Harmonies of #C6AF07
Complementary color
Monochromatic Colors of #C6AF07
Black with #C6AF07
Text Example
Text Example
White with #C6AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF07; }
p { color: rgb(198,175,7); }
H1.HeaderClassName
{
color: #C6AF07;
}
.AnyTagClassName
{
color: #C6AF07;
}
</style>
background-color css
<style>
a { background-color: #C6AF07; }
a { background-color: rgb(198,175,7); }
div.DivClassName
{
background-color: #C6AF07;
}
.BgClassName
{
background-color: #C6AF07;
}
</style>
border-color css
<style>
span { border-color: #C6AF07; }
span { border-color: rgb(198,175,7); }
td.TdClassName
{
border-color: #C6AF07;
}
.TagClassName
{
border-color: #C6AF07;
}
</style>