Shades of La Rioja #C3C002
Tints of La Rioja #C3C002
RGB
CMYK
RGB Variations
Color information
#C3C002 (or 0xC3C002) is known color: La Rioja. HEX triplet: C3, C0 and 02. RGB value is (195,192,2). Sum of RGB (Red+Green+Blue) = 195+192+2=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C002 is #3C3FFD. Grayscale: #ACACAC. Windows color (decimal): -3948542 or 180419. OLE color: 180419.
HSL color Cylindrical-coordinate representation of color #C3C002: hue angle of 59.07º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3C002 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.24 |
| HSL | 59.07º | 0.98% | 0.39% | - |
| HSV(B) | 59.07º | 0.99% | 0.76% | - |
| XYZ | 41.37 | 49.31 | 7.39 | - |
| YUV | 171.24 | 32.49 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 2 | 0 | 0.02 | 0.99 | 0.24 | 59.07 | 0.98 | 0.39 |
| Hex | C3 | C0 | 2 | 0 | 2 | 63 | 18 | 3B | 62 | 27 |
| Octal | 303 | 300 | 2 | 0 | 2 | 143 | 30 | 73 | 142 | 47 |
| Binary | 11000011 | 11000000 | 10 | 0 | 10 | 1100011 | 11000 | 111011 | 1100010 | 100111 |
Color Harmonies of #C3C002
Complementary color
Monochromatic Colors of #C3C002
Black with #C3C002
Text Example
Text Example
White with #C3C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C002; }
p { color: rgb(195,192,2); }
H1.HeaderClassName
{
color: #C3C002;
}
.AnyTagClassName
{
color: #C3C002;
}
</style>
background-color css
<style>
a { background-color: #C3C002; }
a { background-color: rgb(195,192,2); }
div.DivClassName
{
background-color: #C3C002;
}
.BgClassName
{
background-color: #C3C002;
}
</style>
border-color css
<style>
span { border-color: #C3C002; }
span { border-color: rgb(195,192,2); }
td.TdClassName
{
border-color: #C3C002;
}
.TagClassName
{
border-color: #C3C002;
}
</style>