Shades of La Rioja #C1BD09
Tints of La Rioja #C1BD09
RGB
CMYK
RGB Variations
Color information
#C1BD09 (or 0xC1BD09) is known color: La Rioja. HEX triplet: C1, BD and 09. RGB value is (193,189,9). Sum of RGB (Red+Green+Blue) = 193+189+9=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BD09 is #3E42F6. Grayscale: #AAAAAA. Windows color (decimal): -4080375 or 638401. OLE color: 638401.
HSL color Cylindrical-coordinate representation of color #C1BD09: hue angle of 58.7º 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 #C1BD09 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 9 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.24 |
| HSL | 58.7º | 0.91% | 0.4% | - |
| HSV(B) | 58.7º | 0.95% | 0.76% | - |
| XYZ | 40.24 | 47.75 | 7.35 | - |
| YUV | 169.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 9 | 0 | 0.02 | 0.95 | 0.24 | 58.7 | 0.91 | 0.4 |
| Hex | C1 | BD | 9 | 0 | 2 | 5F | 18 | 3B | 5B | 28 |
| Octal | 301 | 275 | 11 | 0 | 2 | 137 | 30 | 73 | 133 | 50 |
| Binary | 11000001 | 10111101 | 1001 | 0 | 10 | 1011111 | 11000 | 111011 | 1011011 | 101000 |
Color Harmonies of #C1BD09
Complementary color
Monochromatic Colors of #C1BD09
Black with #C1BD09
Text Example
Text Example
White with #C1BD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD09; }
p { color: rgb(193,189,9); }
H1.HeaderClassName
{
color: #C1BD09;
}
.AnyTagClassName
{
color: #C1BD09;
}
</style>
background-color css
<style>
a { background-color: #C1BD09; }
a { background-color: rgb(193,189,9); }
div.DivClassName
{
background-color: #C1BD09;
}
.BgClassName
{
background-color: #C1BD09;
}
</style>
border-color css
<style>
span { border-color: #C1BD09; }
span { border-color: rgb(193,189,9); }
td.TdClassName
{
border-color: #C1BD09;
}
.TagClassName
{
border-color: #C1BD09;
}
</style>