Shades of La Rioja #C3C001
Tints of La Rioja #C3C001
RGB
CMYK
RGB Variations
Color information
#C3C001 (or 0xC3C001) is known color: La Rioja. HEX triplet: C3, C0 and 01. RGB value is (195,192,1). Sum of RGB (Red+Green+Blue) = 195+192+1=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C001 is #3C3FFE. Grayscale: #ABABAB. Windows color (decimal): -3948543 or 114883. OLE color: 114883.
HSL color Cylindrical-coordinate representation of color #C3C001: hue angle of 59.07º 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 #C3C001 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.24 |
| HSL | 59.07º | 0.99% | 0.38% | - |
| HSV(B) | 59.07º | 0.99% | 0.76% | - |
| XYZ | 41.36 | 49.3 | 7.37 | - |
| YUV | 171.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 1 | 0 | 0.02 | 0.99 | 0.24 | 59.07 | 0.99 | 0.38 |
| Hex | C3 | C0 | 1 | 0 | 2 | 63 | 18 | 3B | 63 | 26 |
| Octal | 303 | 300 | 1 | 0 | 2 | 143 | 30 | 73 | 143 | 46 |
| Binary | 11000011 | 11000000 | 1 | 0 | 10 | 1100011 | 11000 | 111011 | 1100011 | 100110 |
Color Harmonies of #C3C001
Complementary color
Monochromatic Colors of #C3C001
Black with #C3C001
Text Example
Text Example
White with #C3C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C001; }
p { color: rgb(195,192,1); }
H1.HeaderClassName
{
color: #C3C001;
}
.AnyTagClassName
{
color: #C3C001;
}
</style>
background-color css
<style>
a { background-color: #C3C001; }
a { background-color: rgb(195,192,1); }
div.DivClassName
{
background-color: #C3C001;
}
.BgClassName
{
background-color: #C3C001;
}
</style>
border-color css
<style>
span { border-color: #C3C001; }
span { border-color: rgb(195,192,1); }
td.TdClassName
{
border-color: #C3C001;
}
.TagClassName
{
border-color: #C3C001;
}
</style>