Shades of La Rioja #C3C201
Tints of La Rioja #C3C201
RGB
CMYK
RGB Variations
Color information
#C3C201 (or 0xC3C201) is known color: La Rioja. HEX triplet: C3, C2 and 01. RGB value is (195,194,1). Sum of RGB (Red+Green+Blue) = 195+194+1=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C201 is #3C3DFE. Grayscale: #ADADAD. Windows color (decimal): -3948031 or 115395. OLE color: 115395.
HSL color Cylindrical-coordinate representation of color #C3C201: hue angle of 59.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3C201 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.24 |
| HSL | 59.69º | 0.99% | 0.38% | - |
| HSV(B) | 59.69º | 0.99% | 0.76% | - |
| XYZ | 41.8 | 50.19 | 7.51 | - |
| YUV | 172.3 | 31.33 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 1 | 0 | 0.01 | 0.99 | 0.24 | 59.69 | 0.99 | 0.38 |
| Hex | C3 | C2 | 1 | 0 | 1 | 63 | 18 | 3C | 63 | 26 |
| Octal | 303 | 302 | 1 | 0 | 1 | 143 | 30 | 74 | 143 | 46 |
| Binary | 11000011 | 11000010 | 1 | 0 | 1 | 1100011 | 11000 | 111100 | 1100011 | 100110 |
Color Harmonies of #C3C201
Complementary color
Monochromatic Colors of #C3C201
Black with #C3C201
Text Example
Text Example
White with #C3C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C201; }
p { color: rgb(195,194,1); }
H1.HeaderClassName
{
color: #C3C201;
}
.AnyTagClassName
{
color: #C3C201;
}
</style>
background-color css
<style>
a { background-color: #C3C201; }
a { background-color: rgb(195,194,1); }
div.DivClassName
{
background-color: #C3C201;
}
.BgClassName
{
background-color: #C3C201;
}
</style>
border-color css
<style>
span { border-color: #C3C201; }
span { border-color: rgb(195,194,1); }
td.TdClassName
{
border-color: #C3C201;
}
.TagClassName
{
border-color: #C3C201;
}
</style>