Shades of La Rioja #C1B409
Tints of La Rioja #C1B409
RGB
CMYK
RGB Variations
Color information
#C1B409 (or 0xC1B409) is known color: La Rioja. HEX triplet: C1, B4 and 09. RGB value is (193,180,9). Sum of RGB (Red+Green+Blue) = 193+180+9=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B409 is #3E4BF6. Grayscale: #A5A5A5. Windows color (decimal): -4082679 or 636097. OLE color: 636097.
HSL color Cylindrical-coordinate representation of color #C1B409: hue angle of 55.76º degrees, saturation: 0.91, 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 #C1B409 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 9 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.24 |
| HSL | 55.76º | 0.91% | 0.4% | - |
| HSV(B) | 55.76º | 0.95% | 0.76% | - |
| XYZ | 38.36 | 44 | 6.73 | - |
| YUV | 164.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 9 | 0 | 0.07 | 0.95 | 0.24 | 55.76 | 0.91 | 0.4 |
| Hex | C1 | B4 | 9 | 0 | 7 | 5F | 18 | 38 | 5B | 28 |
| Octal | 301 | 264 | 11 | 0 | 7 | 137 | 30 | 70 | 133 | 50 |
| Binary | 11000001 | 10110100 | 1001 | 0 | 111 | 1011111 | 11000 | 111000 | 1011011 | 101000 |
Color Harmonies of #C1B409
Complementary color
Monochromatic Colors of #C1B409
Black with #C1B409
Text Example
Text Example
White with #C1B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B409; }
p { color: rgb(193,180,9); }
H1.HeaderClassName
{
color: #C1B409;
}
.AnyTagClassName
{
color: #C1B409;
}
</style>
background-color css
<style>
a { background-color: #C1B409; }
a { background-color: rgb(193,180,9); }
div.DivClassName
{
background-color: #C1B409;
}
.BgClassName
{
background-color: #C1B409;
}
</style>
border-color css
<style>
span { border-color: #C1B409; }
span { border-color: rgb(193,180,9); }
td.TdClassName
{
border-color: #C1B409;
}
.TagClassName
{
border-color: #C1B409;
}
</style>