Shades of La Rioja #C8C80A
Tints of La Rioja #C8C80A
RGB
CMYK
RGB Variations
Color information
#C8C80A (or 0xC8C80A) is known color: La Rioja. HEX triplet: C8, C8 and 0A. RGB value is (200,200,10). Sum of RGB (Red+Green+Blue) = 200+200+10=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C80A is #3737F5. Grayscale: #B3B3B3. Windows color (decimal): -3618806 or 706760. OLE color: 706760.
HSL color Cylindrical-coordinate representation of color #C8C80A: hue angle of 60º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8C80A is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 10 | - |
| CMYK | 0 | 0 | 0.95 | 0.22 |
| HSL | 60º | 0.9% | 0.41% | - |
| HSV(B) | 60º | 0.95% | 0.78% | - |
| XYZ | 44.53 | 53.61 | 8.29 | - |
| YUV | 178.34 | 33 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 10 | 0 | 0 | 0.95 | 0.22 | 60 | 0.9 | 0.41 |
| Hex | C8 | C8 | A | 0 | 0 | 5F | 16 | 3C | 5A | 29 |
| Octal | 310 | 310 | 12 | 0 | 0 | 137 | 26 | 74 | 132 | 51 |
| Binary | 11001000 | 11001000 | 1010 | 0 | 0 | 1011111 | 10110 | 111100 | 1011010 | 101001 |
Color Harmonies of #C8C80A
Complementary color
Monochromatic Colors of #C8C80A
Black with #C8C80A
Text Example
Text Example
White with #C8C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C80A; }
p { color: rgb(200,200,10); }
H1.HeaderClassName
{
color: #C8C80A;
}
.AnyTagClassName
{
color: #C8C80A;
}
</style>
background-color css
<style>
a { background-color: #C8C80A; }
a { background-color: rgb(200,200,10); }
div.DivClassName
{
background-color: #C8C80A;
}
.BgClassName
{
background-color: #C8C80A;
}
</style>
border-color css
<style>
span { border-color: #C8C80A; }
span { border-color: rgb(200,200,10); }
td.TdClassName
{
border-color: #C8C80A;
}
.TagClassName
{
border-color: #C8C80A;
}
</style>