Shades of La Rioja #C2B103
Tints of La Rioja #C2B103
RGB
CMYK
RGB Variations
Color information
#C2B103 (or 0xC2B103) is known color: La Rioja. HEX triplet: C2, B1 and 03. RGB value is (194,177,3). Sum of RGB (Red+Green+Blue) = 194+177+3=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B103 is #3D4EFC. Grayscale: #A2A2A2. Windows color (decimal): -4017917 or 242114. OLE color: 242114.
HSL color Cylindrical-coordinate representation of color #C2B103: hue angle of 54.66º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2B103 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.24 |
| HSL | 54.66º | 0.97% | 0.39% | - |
| HSV(B) | 54.66º | 0.98% | 0.76% | - |
| XYZ | 37.99 | 42.92 | 6.37 | - |
| YUV | 162.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 3 | 0 | 0.09 | 0.98 | 0.24 | 54.66 | 0.97 | 0.39 |
| Hex | C2 | B1 | 3 | 0 | 9 | 62 | 18 | 37 | 61 | 27 |
| Octal | 302 | 261 | 3 | 0 | 11 | 142 | 30 | 67 | 141 | 47 |
| Binary | 11000010 | 10110001 | 11 | 0 | 1001 | 1100010 | 11000 | 110111 | 1100001 | 100111 |
Color Harmonies of #C2B103
Complementary color
Monochromatic Colors of #C2B103
Black with #C2B103
Text Example
Text Example
White with #C2B103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B103; }
p { color: rgb(194,177,3); }
H1.HeaderClassName
{
color: #C2B103;
}
.AnyTagClassName
{
color: #C2B103;
}
</style>
background-color css
<style>
a { background-color: #C2B103; }
a { background-color: rgb(194,177,3); }
div.DivClassName
{
background-color: #C2B103;
}
.BgClassName
{
background-color: #C2B103;
}
</style>
border-color css
<style>
span { border-color: #C2B103; }
span { border-color: rgb(194,177,3); }
td.TdClassName
{
border-color: #C2B103;
}
.TagClassName
{
border-color: #C2B103;
}
</style>