Shades of La Rioja #C3BF12
Tints of La Rioja #C3BF12
RGB
CMYK
RGB Variations
Color information
#C3BF12 (or 0xC3BF12) is known color: La Rioja. HEX triplet: C3, BF and 12. RGB value is (195,191,18). Sum of RGB (Red+Green+Blue) = 195+191+18=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BF12 is #3C40ED. Grayscale: #ADADAD. Windows color (decimal): -3948782 or 1228739. OLE color: 1228739.
HSL color Cylindrical-coordinate representation of color #C3BF12: hue angle of 58.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3BF12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.24 |
| HSL | 58.64º | 0.83% | 0.42% | - |
| HSV(B) | 58.64º | 0.91% | 0.76% | - |
| XYZ | 41.25 | 48.91 | 7.84 | - |
| YUV | 172.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 18 | 0 | 0.02 | 0.91 | 0.24 | 58.64 | 0.83 | 0.42 |
| Hex | C3 | BF | 12 | 0 | 2 | 5B | 18 | 3B | 53 | 2A |
| Octal | 303 | 277 | 22 | 0 | 2 | 133 | 30 | 73 | 123 | 52 |
| Binary | 11000011 | 10111111 | 10010 | 0 | 10 | 1011011 | 11000 | 111011 | 1010011 | 101010 |
Color Harmonies of #C3BF12
Complementary color
Monochromatic Colors of #C3BF12
Black with #C3BF12
Text Example
Text Example
White with #C3BF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF12; }
p { color: rgb(195,191,18); }
H1.HeaderClassName
{
color: #C3BF12;
}
.AnyTagClassName
{
color: #C3BF12;
}
</style>
background-color css
<style>
a { background-color: #C3BF12; }
a { background-color: rgb(195,191,18); }
div.DivClassName
{
background-color: #C3BF12;
}
.BgClassName
{
background-color: #C3BF12;
}
</style>
border-color css
<style>
span { border-color: #C3BF12; }
span { border-color: rgb(195,191,18); }
td.TdClassName
{
border-color: #C3BF12;
}
.TagClassName
{
border-color: #C3BF12;
}
</style>