Shades of La Rioja #C3C00C
Tints of La Rioja #C3C00C
RGB
CMYK
RGB Variations
Color information
#C3C00C (or 0xC3C00C) is known color: La Rioja. HEX triplet: C3, C0 and 0C. RGB value is (195,192,12). Sum of RGB (Red+Green+Blue) = 195+192+12=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C00C is #3C3FF3. Grayscale: #ADADAD. Windows color (decimal): -3948532 or 835779. OLE color: 835779.
HSL color Cylindrical-coordinate representation of color #C3C00C: hue angle of 59.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3C00C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.24 |
| HSL | 59.02º | 0.88% | 0.41% | - |
| HSV(B) | 59.02º | 0.94% | 0.76% | - |
| XYZ | 41.42 | 49.33 | 7.69 | - |
| YUV | 172.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 12 | 0 | 0.02 | 0.94 | 0.24 | 59.02 | 0.88 | 0.41 |
| Hex | C3 | C0 | C | 0 | 2 | 5E | 18 | 3B | 58 | 29 |
| Octal | 303 | 300 | 14 | 0 | 2 | 136 | 30 | 73 | 130 | 51 |
| Binary | 11000011 | 11000000 | 1100 | 0 | 10 | 1011110 | 11000 | 111011 | 1011000 | 101001 |
Color Harmonies of #C3C00C
Complementary color
Monochromatic Colors of #C3C00C
Black with #C3C00C
Text Example
Text Example
White with #C3C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C00C; }
p { color: rgb(195,192,12); }
H1.HeaderClassName
{
color: #C3C00C;
}
.AnyTagClassName
{
color: #C3C00C;
}
</style>
background-color css
<style>
a { background-color: #C3C00C; }
a { background-color: rgb(195,192,12); }
div.DivClassName
{
background-color: #C3C00C;
}
.BgClassName
{
background-color: #C3C00C;
}
</style>
border-color css
<style>
span { border-color: #C3C00C; }
span { border-color: rgb(195,192,12); }
td.TdClassName
{
border-color: #C3C00C;
}
.TagClassName
{
border-color: #C3C00C;
}
</style>