Shades of La Rioja #C1BD0A
Tints of La Rioja #C1BD0A
RGB
CMYK
RGB Variations
Color information
#C1BD0A (or 0xC1BD0A) is known color: La Rioja. HEX triplet: C1, BD and 0A. RGB value is (193,189,10). Sum of RGB (Red+Green+Blue) = 193+189+10=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BD0A is #3E42F5. Grayscale: #AAAAAA. Windows color (decimal): -4080374 or 703937. OLE color: 703937.
HSL color Cylindrical-coordinate representation of color #C1BD0A: hue angle of 58.69º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1BD0A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.24 |
| HSL | 58.69º | 0.9% | 0.4% | - |
| HSV(B) | 58.69º | 0.95% | 0.76% | - |
| XYZ | 40.24 | 47.75 | 7.38 | - |
| YUV | 169.79 | 37.83 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 10 | 0 | 0.02 | 0.95 | 0.24 | 58.69 | 0.9 | 0.4 |
| Hex | C1 | BD | A | 0 | 2 | 5F | 18 | 3B | 5A | 28 |
| Octal | 301 | 275 | 12 | 0 | 2 | 137 | 30 | 73 | 132 | 50 |
| Binary | 11000001 | 10111101 | 1010 | 0 | 10 | 1011111 | 11000 | 111011 | 1011010 | 101000 |
Color Harmonies of #C1BD0A
Complementary color
Monochromatic Colors of #C1BD0A
Black with #C1BD0A
Text Example
Text Example
White with #C1BD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD0A; }
p { color: rgb(193,189,10); }
H1.HeaderClassName
{
color: #C1BD0A;
}
.AnyTagClassName
{
color: #C1BD0A;
}
</style>
background-color css
<style>
a { background-color: #C1BD0A; }
a { background-color: rgb(193,189,10); }
div.DivClassName
{
background-color: #C1BD0A;
}
.BgClassName
{
background-color: #C1BD0A;
}
</style>
border-color css
<style>
span { border-color: #C1BD0A; }
span { border-color: rgb(193,189,10); }
td.TdClassName
{
border-color: #C1BD0A;
}
.TagClassName
{
border-color: #C1BD0A;
}
</style>