Shades of La Rioja #C3B90D
Tints of La Rioja #C3B90D
RGB
CMYK
RGB Variations
Color information
#C3B90D (or 0xC3B90D) is known color: La Rioja. HEX triplet: C3, B9 and 0D. RGB value is (195,185,13). Sum of RGB (Red+Green+Blue) = 195+185+13=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B90D is #3C46F2. Grayscale: #A9A9A9. Windows color (decimal): -3950323 or 899523. OLE color: 899523.
HSL color Cylindrical-coordinate representation of color #C3B90D: hue angle of 56.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3B90D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 13 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.24 |
| HSL | 56.7º | 0.88% | 0.41% | - |
| HSV(B) | 56.7º | 0.93% | 0.76% | - |
| XYZ | 39.93 | 46.33 | 7.22 | - |
| YUV | 168.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 13 | 0 | 0.05 | 0.93 | 0.24 | 56.7 | 0.88 | 0.41 |
| Hex | C3 | B9 | D | 0 | 5 | 5D | 18 | 39 | 58 | 29 |
| Octal | 303 | 271 | 15 | 0 | 5 | 135 | 30 | 71 | 130 | 51 |
| Binary | 11000011 | 10111001 | 1101 | 0 | 101 | 1011101 | 11000 | 111001 | 1011000 | 101001 |
Color Harmonies of #C3B90D
Complementary color
Monochromatic Colors of #C3B90D
Black with #C3B90D
Text Example
Text Example
White with #C3B90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B90D; }
p { color: rgb(195,185,13); }
H1.HeaderClassName
{
color: #C3B90D;
}
.AnyTagClassName
{
color: #C3B90D;
}
</style>
background-color css
<style>
a { background-color: #C3B90D; }
a { background-color: rgb(195,185,13); }
div.DivClassName
{
background-color: #C3B90D;
}
.BgClassName
{
background-color: #C3B90D;
}
</style>
border-color css
<style>
span { border-color: #C3B90D; }
span { border-color: rgb(195,185,13); }
td.TdClassName
{
border-color: #C3B90D;
}
.TagClassName
{
border-color: #C3B90D;
}
</style>