Shades of La Rioja #C0C308
Tints of La Rioja #C0C308
RGB
CMYK
RGB Variations
Color information
#C0C308 (or 0xC0C308) is known color: La Rioja. HEX triplet: C0, C3 and 08. RGB value is (192,195,8). Sum of RGB (Red+Green+Blue) = 192+195+8=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C308 is #3F3CF7. Grayscale: #ADADAD. Windows color (decimal): -4144376 or 574400. OLE color: 574400.
HSL color Cylindrical-coordinate representation of color #C0C308: hue angle of 60.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0C308 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 8 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.24 |
| HSL | 60.96º | 0.92% | 0.4% | - |
| HSV(B) | 60.96º | 0.96% | 0.76% | - |
| XYZ | 41.3 | 50.25 | 7.75 | - |
| YUV | 172.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 8 | 0.02 | 0 | 0.96 | 0.24 | 60.96 | 0.92 | 0.4 |
| Hex | C0 | C3 | 8 | 2 | 0 | 60 | 18 | 3D | 5C | 28 |
| Octal | 300 | 303 | 10 | 2 | 0 | 140 | 30 | 75 | 134 | 50 |
| Binary | 11000000 | 11000011 | 1000 | 10 | 0 | 1100000 | 11000 | 111101 | 1011100 | 101000 |
Color Harmonies of #C0C308
Complementary color
Monochromatic Colors of #C0C308
Black with #C0C308
Text Example
Text Example
White with #C0C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C308; }
p { color: rgb(192,195,8); }
H1.HeaderClassName
{
color: #C0C308;
}
.AnyTagClassName
{
color: #C0C308;
}
</style>
background-color css
<style>
a { background-color: #C0C308; }
a { background-color: rgb(192,195,8); }
div.DivClassName
{
background-color: #C0C308;
}
.BgClassName
{
background-color: #C0C308;
}
</style>
border-color css
<style>
span { border-color: #C0C308; }
span { border-color: rgb(192,195,8); }
td.TdClassName
{
border-color: #C0C308;
}
.TagClassName
{
border-color: #C0C308;
}
</style>