Shades of La Rioja #C1B403
Tints of La Rioja #C1B403
RGB
CMYK
RGB Variations
Color information
#C1B403 (or 0xC1B403) is known color: La Rioja. HEX triplet: C1, B4 and 03. RGB value is (193,180,3). Sum of RGB (Red+Green+Blue) = 193+180+3=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B403 is #3E4BFC. Grayscale: #A4A4A4. Windows color (decimal): -4082685 or 242881. OLE color: 242881.
HSL color Cylindrical-coordinate representation of color #C1B403: hue angle of 55.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1B403 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.24 |
| HSL | 55.89º | 0.97% | 0.38% | - |
| HSV(B) | 55.89º | 0.98% | 0.76% | - |
| XYZ | 38.33 | 43.99 | 6.56 | - |
| YUV | 163.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 3 | 0 | 0.07 | 0.98 | 0.24 | 55.89 | 0.97 | 0.38 |
| Hex | C1 | B4 | 3 | 0 | 7 | 62 | 18 | 38 | 61 | 26 |
| Octal | 301 | 264 | 3 | 0 | 7 | 142 | 30 | 70 | 141 | 46 |
| Binary | 11000001 | 10110100 | 11 | 0 | 111 | 1100010 | 11000 | 111000 | 1100001 | 100110 |
Color Harmonies of #C1B403
Complementary color
Monochromatic Colors of #C1B403
Black with #C1B403
Text Example
Text Example
White with #C1B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B403; }
p { color: rgb(193,180,3); }
H1.HeaderClassName
{
color: #C1B403;
}
.AnyTagClassName
{
color: #C1B403;
}
</style>
background-color css
<style>
a { background-color: #C1B403; }
a { background-color: rgb(193,180,3); }
div.DivClassName
{
background-color: #C1B403;
}
.BgClassName
{
background-color: #C1B403;
}
</style>
border-color css
<style>
span { border-color: #C1B403; }
span { border-color: rgb(193,180,3); }
td.TdClassName
{
border-color: #C1B403;
}
.TagClassName
{
border-color: #C1B403;
}
</style>