Shades of La Rioja #C0B003
Tints of La Rioja #C0B003
RGB
CMYK
RGB Variations
Color information
#C0B003 (or 0xC0B003) is known color: La Rioja. HEX triplet: C0, B0 and 03. RGB value is (192,176,3). Sum of RGB (Red+Green+Blue) = 192+176+3=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B003 is #3F4FFC. Grayscale: #A1A1A1. Windows color (decimal): -4149245 or 241856. OLE color: 241856.
HSL color Cylindrical-coordinate representation of color #C0B003: hue angle of 54.92º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0B003 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 3 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.25 |
| HSL | 54.92º | 0.97% | 0.38% | - |
| HSV(B) | 54.92º | 0.98% | 0.75% | - |
| XYZ | 37.28 | 42.26 | 6.28 | - |
| YUV | 161.06 | 38.8 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 3 | 0 | 0.08 | 0.98 | 0.25 | 54.92 | 0.97 | 0.38 |
| Hex | C0 | B0 | 3 | 0 | 8 | 62 | 19 | 37 | 61 | 26 |
| Octal | 300 | 260 | 3 | 0 | 10 | 142 | 31 | 67 | 141 | 46 |
| Binary | 11000000 | 10110000 | 11 | 0 | 1000 | 1100010 | 11001 | 110111 | 1100001 | 100110 |
Color Harmonies of #C0B003
Complementary color
Monochromatic Colors of #C0B003
Black with #C0B003
Text Example
Text Example
White with #C0B003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B003; }
p { color: rgb(192,176,3); }
H1.HeaderClassName
{
color: #C0B003;
}
.AnyTagClassName
{
color: #C0B003;
}
</style>
background-color css
<style>
a { background-color: #C0B003; }
a { background-color: rgb(192,176,3); }
div.DivClassName
{
background-color: #C0B003;
}
.BgClassName
{
background-color: #C0B003;
}
</style>
border-color css
<style>
span { border-color: #C0B003; }
span { border-color: rgb(192,176,3); }
td.TdClassName
{
border-color: #C0B003;
}
.TagClassName
{
border-color: #C0B003;
}
</style>