Shades of La Rioja #C6CB0C
Tints of La Rioja #C6CB0C
RGB
CMYK
RGB Variations
Color information
#C6CB0C (or 0xC6CB0C) is known color: La Rioja. HEX triplet: C6, CB and 0C. RGB value is (198,203,12). Sum of RGB (Red+Green+Blue) = 198+203+12=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CB0C is #3934F3. Grayscale: #B4B4B4. Windows color (decimal): -3749108 or 838598. OLE color: 838598.
HSL color Cylindrical-coordinate representation of color #C6CB0C: hue angle of 61.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6CB0C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.20 |
| HSL | 61.57º | 0.89% | 0.42% | - |
| HSV(B) | 61.57º | 0.94% | 0.8% | - |
| XYZ | 44.71 | 54.74 | 8.56 | - |
| YUV | 179.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 12 | 0.02 | 0 | 0.94 | 0.20 | 61.57 | 0.89 | 0.42 |
| Hex | C6 | CB | C | 2 | 0 | 5E | 14 | 3E | 59 | 2A |
| Octal | 306 | 313 | 14 | 2 | 0 | 136 | 24 | 76 | 131 | 52 |
| Binary | 11000110 | 11001011 | 1100 | 10 | 0 | 1011110 | 10100 | 111110 | 1011001 | 101010 |
Color Harmonies of #C6CB0C
Complementary color
Monochromatic Colors of #C6CB0C
Black with #C6CB0C
Text Example
Text Example
White with #C6CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB0C; }
p { color: rgb(198,203,12); }
H1.HeaderClassName
{
color: #C6CB0C;
}
.AnyTagClassName
{
color: #C6CB0C;
}
</style>
background-color css
<style>
a { background-color: #C6CB0C; }
a { background-color: rgb(198,203,12); }
div.DivClassName
{
background-color: #C6CB0C;
}
.BgClassName
{
background-color: #C6CB0C;
}
</style>
border-color css
<style>
span { border-color: #C6CB0C; }
span { border-color: rgb(198,203,12); }
td.TdClassName
{
border-color: #C6CB0C;
}
.TagClassName
{
border-color: #C6CB0C;
}
</style>