Shades of La Rioja #C3C103
Tints of La Rioja #C3C103
RGB
CMYK
RGB Variations
Color information
#C3C103 (or 0xC3C103) is known color: La Rioja. HEX triplet: C3, C1 and 03. RGB value is (195,193,3). Sum of RGB (Red+Green+Blue) = 195+193+3=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C103 is #3C3EFC. Grayscale: #ACACAC. Windows color (decimal): -3948285 or 246211. OLE color: 246211.
HSL color Cylindrical-coordinate representation of color #C3C103: hue angle of 59.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3C103 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 3 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.24 |
| HSL | 59.38º | 0.97% | 0.39% | - |
| HSV(B) | 59.38º | 0.98% | 0.76% | - |
| XYZ | 41.59 | 49.75 | 7.5 | - |
| YUV | 171.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 3 | 0 | 0.01 | 0.98 | 0.24 | 59.38 | 0.97 | 0.39 |
| Hex | C3 | C1 | 3 | 0 | 1 | 62 | 18 | 3B | 61 | 27 |
| Octal | 303 | 301 | 3 | 0 | 1 | 142 | 30 | 73 | 141 | 47 |
| Binary | 11000011 | 11000001 | 11 | 0 | 1 | 1100010 | 11000 | 111011 | 1100001 | 100111 |
Color Harmonies of #C3C103
Complementary color
Monochromatic Colors of #C3C103
Black with #C3C103
Text Example
Text Example
White with #C3C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C103; }
p { color: rgb(195,193,3); }
H1.HeaderClassName
{
color: #C3C103;
}
.AnyTagClassName
{
color: #C3C103;
}
</style>
background-color css
<style>
a { background-color: #C3C103; }
a { background-color: rgb(195,193,3); }
div.DivClassName
{
background-color: #C3C103;
}
.BgClassName
{
background-color: #C3C103;
}
</style>
border-color css
<style>
span { border-color: #C3C103; }
span { border-color: rgb(195,193,3); }
td.TdClassName
{
border-color: #C3C103;
}
.TagClassName
{
border-color: #C3C103;
}
</style>