Shades of La Rioja #C8C30A
Tints of La Rioja #C8C30A
RGB
CMYK
RGB Variations
Color information
#C8C30A (or 0xC8C30A) is known color: La Rioja. HEX triplet: C8, C3 and 0A. RGB value is (200,195,10). Sum of RGB (Red+Green+Blue) = 200+195+10=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C30A is #373CF5. Grayscale: #B0B0B0. Windows color (decimal): -3620086 or 705480. OLE color: 705480.
HSL color Cylindrical-coordinate representation of color #C8C30A: hue angle of 58.42º 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 #C8C30A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.22 |
| HSL | 58.42º | 0.9% | 0.41% | - |
| HSV(B) | 58.42º | 0.95% | 0.78% | - |
| XYZ | 43.39 | 51.33 | 7.91 | - |
| YUV | 175.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 10 | 0 | 0.02 | 0.95 | 0.22 | 58.42 | 0.9 | 0.41 |
| Hex | C8 | C3 | A | 0 | 2 | 5F | 16 | 3A | 5A | 29 |
| Octal | 310 | 303 | 12 | 0 | 2 | 137 | 26 | 72 | 132 | 51 |
| Binary | 11001000 | 11000011 | 1010 | 0 | 10 | 1011111 | 10110 | 111010 | 1011010 | 101001 |
Color Harmonies of #C8C30A
Complementary color
Monochromatic Colors of #C8C30A
Black with #C8C30A
Text Example
Text Example
White with #C8C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C30A; }
p { color: rgb(200,195,10); }
H1.HeaderClassName
{
color: #C8C30A;
}
.AnyTagClassName
{
color: #C8C30A;
}
</style>
background-color css
<style>
a { background-color: #C8C30A; }
a { background-color: rgb(200,195,10); }
div.DivClassName
{
background-color: #C8C30A;
}
.BgClassName
{
background-color: #C8C30A;
}
</style>
border-color css
<style>
span { border-color: #C8C30A; }
span { border-color: rgb(200,195,10); }
td.TdClassName
{
border-color: #C8C30A;
}
.TagClassName
{
border-color: #C8C30A;
}
</style>