Shades of La Rioja #C3B000
Tints of La Rioja #C3B000
RGB
CMYK
RGB Variations
Color information
#C3B000 (or 0xC3B000) is known color: La Rioja. HEX triplet: C3, B0 and 00. RGB value is (195,176,0). Sum of RGB (Red+Green+Blue) = 195+176+0=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3B000 is #3C4FFF. Grayscale: #A2A2A2. Windows color (decimal): -3952640 or 45251. OLE color: 45251.
HSL color Cylindrical-coordinate representation of color #C3B000: hue angle of 54.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3B000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.24 |
| HSL | 54.15º | 1% | 0.38% | - |
| HSV(B) | 54.15º | 1% | 0.76% | - |
| XYZ | 38.03 | 42.65 | 6.23 | - |
| YUV | 161.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 0 | 0 | 0.10 | 1 | 0.24 | 54.15 | 1 | 0.38 |
| Hex | C3 | B0 | 0 | 0 | A | 64 | 18 | 36 | 64 | 26 |
| Octal | 303 | 260 | 0 | 0 | 12 | 144 | 30 | 66 | 144 | 46 |
| Binary | 11000011 | 10110000 | 0 | 0 | 1010 | 1100100 | 11000 | 110110 | 1100100 | 100110 |
Color Harmonies of #C3B000
Complementary color
Monochromatic Colors of #C3B000
Black with #C3B000
Text Example
Text Example
White with #C3B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B000; }
p { color: rgb(195,176,0); }
H1.HeaderClassName
{
color: #C3B000;
}
.AnyTagClassName
{
color: #C3B000;
}
</style>
background-color css
<style>
a { background-color: #C3B000; }
a { background-color: rgb(195,176,0); }
div.DivClassName
{
background-color: #C3B000;
}
.BgClassName
{
background-color: #C3B000;
}
</style>
border-color css
<style>
span { border-color: #C3B000; }
span { border-color: rgb(195,176,0); }
td.TdClassName
{
border-color: #C3B000;
}
.TagClassName
{
border-color: #C3B000;
}
</style>