Shades of La Rioja #C6C30B
Tints of La Rioja #C6C30B
RGB
CMYK
RGB Variations
Color information
#C6C30B (or 0xC6C30B) is known color: La Rioja. HEX triplet: C6, C3 and 0B. RGB value is (198,195,11). Sum of RGB (Red+Green+Blue) = 198+195+11=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C30B is #393CF4. Grayscale: #AFAFAF. Windows color (decimal): -3751157 or 771014. OLE color: 771014.
HSL color Cylindrical-coordinate representation of color #C6C30B: hue angle of 59.04º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6C30B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.22 |
| HSL | 59.04º | 0.89% | 0.41% | - |
| HSV(B) | 59.04º | 0.94% | 0.78% | - |
| XYZ | 42.86 | 51.06 | 7.91 | - |
| YUV | 174.92 | 35.49 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 11 | 0 | 0.02 | 0.94 | 0.22 | 59.04 | 0.89 | 0.41 |
| Hex | C6 | C3 | B | 0 | 2 | 5E | 16 | 3B | 59 | 29 |
| Octal | 306 | 303 | 13 | 0 | 2 | 136 | 26 | 73 | 131 | 51 |
| Binary | 11000110 | 11000011 | 1011 | 0 | 10 | 1011110 | 10110 | 111011 | 1011001 | 101001 |
Color Harmonies of #C6C30B
Complementary color
Monochromatic Colors of #C6C30B
Black with #C6C30B
Text Example
Text Example
White with #C6C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C30B; }
p { color: rgb(198,195,11); }
H1.HeaderClassName
{
color: #C6C30B;
}
.AnyTagClassName
{
color: #C6C30B;
}
</style>
background-color css
<style>
a { background-color: #C6C30B; }
a { background-color: rgb(198,195,11); }
div.DivClassName
{
background-color: #C6C30B;
}
.BgClassName
{
background-color: #C6C30B;
}
</style>
border-color css
<style>
span { border-color: #C6C30B; }
span { border-color: rgb(198,195,11); }
td.TdClassName
{
border-color: #C6C30B;
}
.TagClassName
{
border-color: #C6C30B;
}
</style>