Shades of La Rioja #C3B711
Tints of La Rioja #C3B711
RGB
CMYK
RGB Variations
Color information
#C3B711 (or 0xC3B711) is known color: La Rioja. HEX triplet: C3, B7 and 11. RGB value is (195,183,17). Sum of RGB (Red+Green+Blue) = 195+183+17=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B711 is #3C48EE. Grayscale: #A8A8A8. Windows color (decimal): -3950831 or 1161155. OLE color: 1161155.
HSL color Cylindrical-coordinate representation of color #C3B711: hue angle of 55.96º degrees, saturation: 0.84, 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 #C3B711 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.24 |
| HSL | 55.96º | 0.84% | 0.42% | - |
| HSV(B) | 55.96º | 0.91% | 0.76% | - |
| XYZ | 39.54 | 45.51 | 7.23 | - |
| YUV | 167.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 17 | 0 | 0.06 | 0.91 | 0.24 | 55.96 | 0.84 | 0.42 |
| Hex | C3 | B7 | 11 | 0 | 6 | 5B | 18 | 38 | 54 | 2A |
| Octal | 303 | 267 | 21 | 0 | 6 | 133 | 30 | 70 | 124 | 52 |
| Binary | 11000011 | 10110111 | 10001 | 0 | 110 | 1011011 | 11000 | 111000 | 1010100 | 101010 |
Color Harmonies of #C3B711
Complementary color
Monochromatic Colors of #C3B711
Black with #C3B711
Text Example
Text Example
White with #C3B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B711; }
p { color: rgb(195,183,17); }
H1.HeaderClassName
{
color: #C3B711;
}
.AnyTagClassName
{
color: #C3B711;
}
</style>
background-color css
<style>
a { background-color: #C3B711; }
a { background-color: rgb(195,183,17); }
div.DivClassName
{
background-color: #C3B711;
}
.BgClassName
{
background-color: #C3B711;
}
</style>
border-color css
<style>
span { border-color: #C3B711; }
span { border-color: rgb(195,183,17); }
td.TdClassName
{
border-color: #C3B711;
}
.TagClassName
{
border-color: #C3B711;
}
</style>