Shades of La Rioja #C3BA09
Tints of La Rioja #C3BA09
RGB
CMYK
RGB Variations
Color information
#C3BA09 (or 0xC3BA09) is known color: La Rioja. HEX triplet: C3, BA and 09. RGB value is (195,186,9). Sum of RGB (Red+Green+Blue) = 195+186+9=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA09 is #3C45F6. Grayscale: #A9A9A9. Windows color (decimal): -3950071 or 637635. OLE color: 637635.
HSL color Cylindrical-coordinate representation of color #C3BA09: hue angle of 57.1º 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 #C3BA09 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 9 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.24 |
| HSL | 57.1º | 0.91% | 0.4% | - |
| HSV(B) | 57.1º | 0.95% | 0.76% | - |
| XYZ | 40.11 | 46.74 | 7.17 | - |
| YUV | 168.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 9 | 0 | 0.05 | 0.95 | 0.24 | 57.1 | 0.91 | 0.4 |
| Hex | C3 | BA | 9 | 0 | 5 | 5F | 18 | 39 | 5B | 28 |
| Octal | 303 | 272 | 11 | 0 | 5 | 137 | 30 | 71 | 133 | 50 |
| Binary | 11000011 | 10111010 | 1001 | 0 | 101 | 1011111 | 11000 | 111001 | 1011011 | 101000 |
Color Harmonies of #C3BA09
Complementary color
Monochromatic Colors of #C3BA09
Black with #C3BA09
Text Example
Text Example
White with #C3BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA09; }
p { color: rgb(195,186,9); }
H1.HeaderClassName
{
color: #C3BA09;
}
.AnyTagClassName
{
color: #C3BA09;
}
</style>
background-color css
<style>
a { background-color: #C3BA09; }
a { background-color: rgb(195,186,9); }
div.DivClassName
{
background-color: #C3BA09;
}
.BgClassName
{
background-color: #C3BA09;
}
</style>
border-color css
<style>
span { border-color: #C3BA09; }
span { border-color: rgb(195,186,9); }
td.TdClassName
{
border-color: #C3BA09;
}
.TagClassName
{
border-color: #C3BA09;
}
</style>