Shades of La Rioja #C2B10F
Tints of La Rioja #C2B10F
RGB
CMYK
RGB Variations
Color information
#C2B10F (or 0xC2B10F) is known color: La Rioja. HEX triplet: C2, B1 and 0F. RGB value is (194,177,15). Sum of RGB (Red+Green+Blue) = 194+177+15=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B10F is #3D4EF0. Grayscale: #A4A4A4. Windows color (decimal): -4017905 or 1028546. OLE color: 1028546.
HSL color Cylindrical-coordinate representation of color #C2B10F: hue angle of 54.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2B10F is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 15 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.24 |
| HSL | 54.3º | 0.86% | 0.41% | - |
| HSV(B) | 54.3º | 0.92% | 0.76% | - |
| XYZ | 38.06 | 42.95 | 6.74 | - |
| YUV | 163.62 | 44.13 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 15 | 0 | 0.09 | 0.92 | 0.24 | 54.3 | 0.86 | 0.41 |
| Hex | C2 | B1 | F | 0 | 9 | 5C | 18 | 36 | 56 | 29 |
| Octal | 302 | 261 | 17 | 0 | 11 | 134 | 30 | 66 | 126 | 51 |
| Binary | 11000010 | 10110001 | 1111 | 0 | 1001 | 1011100 | 11000 | 110110 | 1010110 | 101001 |
Color Harmonies of #C2B10F
Complementary color
Monochromatic Colors of #C2B10F
Black with #C2B10F
Text Example
Text Example
White with #C2B10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B10F; }
p { color: rgb(194,177,15); }
H1.HeaderClassName
{
color: #C2B10F;
}
.AnyTagClassName
{
color: #C2B10F;
}
</style>
background-color css
<style>
a { background-color: #C2B10F; }
a { background-color: rgb(194,177,15); }
div.DivClassName
{
background-color: #C2B10F;
}
.BgClassName
{
background-color: #C2B10F;
}
</style>
border-color css
<style>
span { border-color: #C2B10F; }
span { border-color: rgb(194,177,15); }
td.TdClassName
{
border-color: #C2B10F;
}
.TagClassName
{
border-color: #C2B10F;
}
</style>