Shades of La Rioja #C3B301
Tints of La Rioja #C3B301
RGB
CMYK
RGB Variations
Color information
#C3B301 (or 0xC3B301) is known color: La Rioja. HEX triplet: C3, B3 and 01. RGB value is (195,179,1). Sum of RGB (Red+Green+Blue) = 195+179+1=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B301 is #3C4CFE. Grayscale: #A4A4A4. Windows color (decimal): -3951871 or 111555. OLE color: 111555.
HSL color Cylindrical-coordinate representation of color #C3B301: hue angle of 55.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3B301 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.24 |
| HSL | 55.05º | 0.99% | 0.38% | - |
| HSV(B) | 55.05º | 0.99% | 0.76% | - |
| XYZ | 38.63 | 43.84 | 6.46 | - |
| YUV | 163.49 | 36.3 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 1 | 0 | 0.08 | 0.99 | 0.24 | 55.05 | 0.99 | 0.38 |
| Hex | C3 | B3 | 1 | 0 | 8 | 63 | 18 | 37 | 63 | 26 |
| Octal | 303 | 263 | 1 | 0 | 10 | 143 | 30 | 67 | 143 | 46 |
| Binary | 11000011 | 10110011 | 1 | 0 | 1000 | 1100011 | 11000 | 110111 | 1100011 | 100110 |
Color Harmonies of #C3B301
Complementary color
Monochromatic Colors of #C3B301
Black with #C3B301
Text Example
Text Example
White with #C3B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B301; }
p { color: rgb(195,179,1); }
H1.HeaderClassName
{
color: #C3B301;
}
.AnyTagClassName
{
color: #C3B301;
}
</style>
background-color css
<style>
a { background-color: #C3B301; }
a { background-color: rgb(195,179,1); }
div.DivClassName
{
background-color: #C3B301;
}
.BgClassName
{
background-color: #C3B301;
}
</style>
border-color css
<style>
span { border-color: #C3B301; }
span { border-color: rgb(195,179,1); }
td.TdClassName
{
border-color: #C3B301;
}
.TagClassName
{
border-color: #C3B301;
}
</style>