Shades of La Rioja #C8AC01
Tints of La Rioja #C8AC01
RGB
CMYK
RGB Variations
Color information
#C8AC01 (or 0xC8AC01) is known color: La Rioja. HEX triplet: C8, AC and 01. RGB value is (200,172,1). Sum of RGB (Red+Green+Blue) = 200+172+1=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AC01 is #3753FE. Grayscale: #A1A1A1. Windows color (decimal): -3625983 or 109768. OLE color: 109768.
HSL color Cylindrical-coordinate representation of color #C8AC01: hue angle of 51.56º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8AC01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.22 |
| HSL | 51.56º | 0.99% | 0.39% | - |
| HSV(B) | 51.56º | 1% | 0.78% | - |
| XYZ | 38.58 | 41.79 | 6.06 | - |
| YUV | 160.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 1 | 0 | 0.14 | 1.00 | 0.22 | 51.56 | 0.99 | 0.39 |
| Hex | C8 | AC | 1 | 0 | E | 64 | 16 | 34 | 63 | 27 |
| Octal | 310 | 254 | 1 | 0 | 16 | 144 | 26 | 64 | 143 | 47 |
| Binary | 11001000 | 10101100 | 1 | 0 | 1110 | 1100100 | 10110 | 110100 | 1100011 | 100111 |
Color Harmonies of #C8AC01
Complementary color
Monochromatic Colors of #C8AC01
Black with #C8AC01
Text Example
Text Example
White with #C8AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC01; }
p { color: rgb(200,172,1); }
H1.HeaderClassName
{
color: #C8AC01;
}
.AnyTagClassName
{
color: #C8AC01;
}
</style>
background-color css
<style>
a { background-color: #C8AC01; }
a { background-color: rgb(200,172,1); }
div.DivClassName
{
background-color: #C8AC01;
}
.BgClassName
{
background-color: #C8AC01;
}
</style>
border-color css
<style>
span { border-color: #C8AC01; }
span { border-color: rgb(200,172,1); }
td.TdClassName
{
border-color: #C8AC01;
}
.TagClassName
{
border-color: #C8AC01;
}
</style>