Shades of La Rioja #C0B30D
Tints of La Rioja #C0B30D
RGB
CMYK
RGB Variations
Color information
#C0B30D (or 0xC0B30D) is known color: La Rioja. HEX triplet: C0, B3 and 0D. RGB value is (192,179,13). Sum of RGB (Red+Green+Blue) = 192+179+13=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B30D is #3F4CF2. Grayscale: #A4A4A4. Windows color (decimal): -4148467 or 897984. OLE color: 897984.
HSL color Cylindrical-coordinate representation of color #C0B30D: hue angle of 55.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0B30D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.25 |
| HSL | 55.64º | 0.87% | 0.4% | - |
| HSV(B) | 55.64º | 0.93% | 0.75% | - |
| XYZ | 37.93 | 43.48 | 6.77 | - |
| YUV | 163.96 | 42.81 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 13 | 0 | 0.07 | 0.93 | 0.25 | 55.64 | 0.87 | 0.4 |
| Hex | C0 | B3 | D | 0 | 7 | 5D | 19 | 38 | 57 | 28 |
| Octal | 300 | 263 | 15 | 0 | 7 | 135 | 31 | 70 | 127 | 50 |
| Binary | 11000000 | 10110011 | 1101 | 0 | 111 | 1011101 | 11001 | 111000 | 1010111 | 101000 |
Color Harmonies of #C0B30D
Complementary color
Monochromatic Colors of #C0B30D
Black with #C0B30D
Text Example
Text Example
White with #C0B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B30D; }
p { color: rgb(192,179,13); }
H1.HeaderClassName
{
color: #C0B30D;
}
.AnyTagClassName
{
color: #C0B30D;
}
</style>
background-color css
<style>
a { background-color: #C0B30D; }
a { background-color: rgb(192,179,13); }
div.DivClassName
{
background-color: #C0B30D;
}
.BgClassName
{
background-color: #C0B30D;
}
</style>
border-color css
<style>
span { border-color: #C0B30D; }
span { border-color: rgb(192,179,13); }
td.TdClassName
{
border-color: #C0B30D;
}
.TagClassName
{
border-color: #C0B30D;
}
</style>