Shades of La Rioja #C6C300
Tints of La Rioja #C6C300
RGB
CMYK
RGB Variations
Color information
#C6C300 (or 0xC6C300) is known color: La Rioja. HEX triplet: C6, C3 and 00. RGB value is (198,195,0). Sum of RGB (Red+Green+Blue) = 198+195+0=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C300 is #393CFF. Grayscale: #AEAEAE. Windows color (decimal): -3751168 or 50118. OLE color: 50118.
HSL color Cylindrical-coordinate representation of color #C6C300: hue angle of 59.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6C300 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.22 |
| HSL | 59.09º | 1% | 0.39% | - |
| HSV(B) | 59.09º | 1% | 0.78% | - |
| XYZ | 42.8 | 51.04 | 7.59 | - |
| YUV | 173.67 | 29.99 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 0 | 0 | 0.02 | 1 | 0.22 | 59.09 | 1 | 0.39 |
| Hex | C6 | C3 | 0 | 0 | 2 | 64 | 16 | 3B | 64 | 27 |
| Octal | 306 | 303 | 0 | 0 | 2 | 144 | 26 | 73 | 144 | 47 |
| Binary | 11000110 | 11000011 | 0 | 0 | 10 | 1100100 | 10110 | 111011 | 1100100 | 100111 |
Color Harmonies of #C6C300
Complementary color
Monochromatic Colors of #C6C300
Black with #C6C300
Text Example
Text Example
White with #C6C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C300; }
p { color: rgb(198,195,0); }
H1.HeaderClassName
{
color: #C6C300;
}
.AnyTagClassName
{
color: #C6C300;
}
</style>
background-color css
<style>
a { background-color: #C6C300; }
a { background-color: rgb(198,195,0); }
div.DivClassName
{
background-color: #C6C300;
}
.BgClassName
{
background-color: #C6C300;
}
</style>
border-color css
<style>
span { border-color: #C6C300; }
span { border-color: rgb(198,195,0); }
td.TdClassName
{
border-color: #C6C300;
}
.TagClassName
{
border-color: #C6C300;
}
</style>