Shades of La Rioja #C3C60A
Tints of La Rioja #C3C60A
RGB
CMYK
RGB Variations
Color information
#C3C60A (or 0xC3C60A) is known color: La Rioja. HEX triplet: C3, C6 and 0A. RGB value is (195,198,10). Sum of RGB (Red+Green+Blue) = 195+198+10=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C60A is #3C39F5. Grayscale: #B0B0B0. Windows color (decimal): -3946998 or 706243. OLE color: 706243.
HSL color Cylindrical-coordinate representation of color #C3C60A: hue angle of 60.96º 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 #C3C60A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 198 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.22 |
| HSL | 60.96º | 0.9% | 0.41% | - |
| HSV(B) | 60.96º | 0.95% | 0.78% | - |
| XYZ | 42.75 | 52.01 | 8.07 | - |
| YUV | 175.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 198 | 10 | 0.02 | 0 | 0.95 | 0.22 | 60.96 | 0.9 | 0.41 |
| Hex | C3 | C6 | A | 2 | 0 | 5F | 16 | 3D | 5A | 29 |
| Octal | 303 | 306 | 12 | 2 | 0 | 137 | 26 | 75 | 132 | 51 |
| Binary | 11000011 | 11000110 | 1010 | 10 | 0 | 1011111 | 10110 | 111101 | 1011010 | 101001 |
Color Harmonies of #C3C60A
Complementary color
Monochromatic Colors of #C3C60A
Black with #C3C60A
Text Example
Text Example
White with #C3C60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C60A; }
p { color: rgb(195,198,10); }
H1.HeaderClassName
{
color: #C3C60A;
}
.AnyTagClassName
{
color: #C3C60A;
}
</style>
background-color css
<style>
a { background-color: #C3C60A; }
a { background-color: rgb(195,198,10); }
div.DivClassName
{
background-color: #C3C60A;
}
.BgClassName
{
background-color: #C3C60A;
}
</style>
border-color css
<style>
span { border-color: #C3C60A; }
span { border-color: rgb(195,198,10); }
td.TdClassName
{
border-color: #C3C60A;
}
.TagClassName
{
border-color: #C3C60A;
}
</style>