Shades of La Rioja #C1C306
Tints of La Rioja #C1C306
RGB
CMYK
RGB Variations
Color information
#C1C306 (or 0xC1C306) is known color: La Rioja. HEX triplet: C1, C3 and 06. RGB value is (193,195,6). Sum of RGB (Red+Green+Blue) = 193+195+6=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C306 is #3E3CF9. Grayscale: #ADADAD. Windows color (decimal): -4078842 or 443329. OLE color: 443329.
HSL color Cylindrical-coordinate representation of color #C1C306: hue angle of 60.63º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1C306 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 6 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.24 |
| HSL | 60.63º | 0.94% | 0.39% | - |
| HSV(B) | 60.63º | 0.97% | 0.76% | - |
| XYZ | 41.54 | 50.38 | 7.71 | - |
| YUV | 172.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 6 | 0.01 | 0 | 0.97 | 0.24 | 60.63 | 0.94 | 0.39 |
| Hex | C1 | C3 | 6 | 1 | 0 | 61 | 18 | 3D | 5E | 27 |
| Octal | 301 | 303 | 6 | 1 | 0 | 141 | 30 | 75 | 136 | 47 |
| Binary | 11000001 | 11000011 | 110 | 1 | 0 | 1100001 | 11000 | 111101 | 1011110 | 100111 |
Color Harmonies of #C1C306
Complementary color
Monochromatic Colors of #C1C306
Black with #C1C306
Text Example
Text Example
White with #C1C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C306; }
p { color: rgb(193,195,6); }
H1.HeaderClassName
{
color: #C1C306;
}
.AnyTagClassName
{
color: #C1C306;
}
</style>
background-color css
<style>
a { background-color: #C1C306; }
a { background-color: rgb(193,195,6); }
div.DivClassName
{
background-color: #C1C306;
}
.BgClassName
{
background-color: #C1C306;
}
</style>
border-color css
<style>
span { border-color: #C1C306; }
span { border-color: rgb(193,195,6); }
td.TdClassName
{
border-color: #C1C306;
}
.TagClassName
{
border-color: #C1C306;
}
</style>