Shades of La Rioja #C2B214
Tints of La Rioja #C2B214
RGB
CMYK
RGB Variations
Color information
#C2B214 (or 0xC2B214) is known color: La Rioja. HEX triplet: C2, B2 and 14. RGB value is (194,178,20). Sum of RGB (Red+Green+Blue) = 194+178+20=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B214 is #3D4DEB. Grayscale: #A5A5A5. Windows color (decimal): -4017644 or 1356482. OLE color: 1356482.
HSL color Cylindrical-coordinate representation of color #C2B214: hue angle of 54.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2B214 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 20 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.24 |
| HSL | 54.48º | 0.81% | 0.42% | - |
| HSV(B) | 54.48º | 0.9% | 0.76% | - |
| XYZ | 38.29 | 43.36 | 7.01 | - |
| YUV | 164.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 20 | 0 | 0.08 | 0.90 | 0.24 | 54.48 | 0.81 | 0.42 |
| Hex | C2 | B2 | 14 | 0 | 8 | 5A | 18 | 36 | 51 | 2A |
| Octal | 302 | 262 | 24 | 0 | 10 | 132 | 30 | 66 | 121 | 52 |
| Binary | 11000010 | 10110010 | 10100 | 0 | 1000 | 1011010 | 11000 | 110110 | 1010001 | 101010 |
Color Harmonies of #C2B214
Complementary color
Monochromatic Colors of #C2B214
Black with #C2B214
Text Example
Text Example
White with #C2B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B214; }
p { color: rgb(194,178,20); }
H1.HeaderClassName
{
color: #C2B214;
}
.AnyTagClassName
{
color: #C2B214;
}
</style>
background-color css
<style>
a { background-color: #C2B214; }
a { background-color: rgb(194,178,20); }
div.DivClassName
{
background-color: #C2B214;
}
.BgClassName
{
background-color: #C2B214;
}
</style>
border-color css
<style>
span { border-color: #C2B214; }
span { border-color: rgb(194,178,20); }
td.TdClassName
{
border-color: #C2B214;
}
.TagClassName
{
border-color: #C2B214;
}
</style>