Shades of La Rioja #C3CD0C
Tints of La Rioja #C3CD0C
RGB
CMYK
RGB Variations
Color information
#C3CD0C (or 0xC3CD0C) is known color: La Rioja. HEX triplet: C3, CD and 0C. RGB value is (195,205,12). Sum of RGB (Red+Green+Blue) = 195+205+12=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CD0C is #3C32F3. Grayscale: #B4B4B4. Windows color (decimal): -3945204 or 839107. OLE color: 839107.
HSL color Cylindrical-coordinate representation of color #C3CD0C: hue angle of 63.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3CD0C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 205 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.20 |
| HSL | 63.11º | 0.89% | 0.43% | - |
| HSV(B) | 63.11º | 0.94% | 0.8% | - |
| XYZ | 44.4 | 55.29 | 8.68 | - |
| YUV | 180.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 12 | 0.05 | 0 | 0.94 | 0.20 | 63.11 | 0.89 | 0.43 |
| Hex | C3 | CD | C | 5 | 0 | 5E | 14 | 3F | 59 | 2B |
| Octal | 303 | 315 | 14 | 5 | 0 | 136 | 24 | 77 | 131 | 53 |
| Binary | 11000011 | 11001101 | 1100 | 101 | 0 | 1011110 | 10100 | 111111 | 1011001 | 101011 |
Color Harmonies of #C3CD0C
Complementary color
Monochromatic Colors of #C3CD0C
Black with #C3CD0C
Text Example
Text Example
White with #C3CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CD0C; }
p { color: rgb(195,205,12); }
H1.HeaderClassName
{
color: #C3CD0C;
}
.AnyTagClassName
{
color: #C3CD0C;
}
</style>
background-color css
<style>
a { background-color: #C3CD0C; }
a { background-color: rgb(195,205,12); }
div.DivClassName
{
background-color: #C3CD0C;
}
.BgClassName
{
background-color: #C3CD0C;
}
</style>
border-color css
<style>
span { border-color: #C3CD0C; }
span { border-color: rgb(195,205,12); }
td.TdClassName
{
border-color: #C3CD0C;
}
.TagClassName
{
border-color: #C3CD0C;
}
</style>