Shades of La Rioja #C3C005
Tints of La Rioja #C3C005
RGB
CMYK
RGB Variations
Color information
#C3C005 (or 0xC3C005) is known color: La Rioja. HEX triplet: C3, C0 and 05. RGB value is (195,192,5). Sum of RGB (Red+Green+Blue) = 195+192+5=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C005 is #3C3FFA. Grayscale: #ACACAC. Windows color (decimal): -3948539 or 377027. OLE color: 377027.
HSL color Cylindrical-coordinate representation of color #C3C005: hue angle of 59.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3C005 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.24 |
| HSL | 59.05º | 0.95% | 0.39% | - |
| HSV(B) | 59.05º | 0.97% | 0.76% | - |
| XYZ | 41.38 | 49.31 | 7.48 | - |
| YUV | 171.58 | 33.99 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 5 | 0 | 0.02 | 0.97 | 0.24 | 59.05 | 0.95 | 0.39 |
| Hex | C3 | C0 | 5 | 0 | 2 | 61 | 18 | 3B | 5F | 27 |
| Octal | 303 | 300 | 5 | 0 | 2 | 141 | 30 | 73 | 137 | 47 |
| Binary | 11000011 | 11000000 | 101 | 0 | 10 | 1100001 | 11000 | 111011 | 1011111 | 100111 |
Color Harmonies of #C3C005
Complementary color
Monochromatic Colors of #C3C005
Black with #C3C005
Text Example
Text Example
White with #C3C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C005; }
p { color: rgb(195,192,5); }
H1.HeaderClassName
{
color: #C3C005;
}
.AnyTagClassName
{
color: #C3C005;
}
</style>
background-color css
<style>
a { background-color: #C3C005; }
a { background-color: rgb(195,192,5); }
div.DivClassName
{
background-color: #C3C005;
}
.BgClassName
{
background-color: #C3C005;
}
</style>
border-color css
<style>
span { border-color: #C3C005; }
span { border-color: rgb(195,192,5); }
td.TdClassName
{
border-color: #C3C005;
}
.TagClassName
{
border-color: #C3C005;
}
</style>