Shades of La Rioja #C2B20F
Tints of La Rioja #C2B20F
RGB
CMYK
RGB Variations
Color information
#C2B20F (or 0xC2B20F) is known color: La Rioja. HEX triplet: C2, B2 and 0F. RGB value is (194,178,15). Sum of RGB (Red+Green+Blue) = 194+178+15=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B20F is #3D4DF0. Grayscale: #A4A4A4. Windows color (decimal): -4017649 or 1028802. OLE color: 1028802.
HSL color Cylindrical-coordinate representation of color #C2B20F: hue angle of 54.64º 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 #C2B20F is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 15 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.24 |
| HSL | 54.64º | 0.86% | 0.41% | - |
| HSV(B) | 54.64º | 0.92% | 0.76% | - |
| XYZ | 38.25 | 43.34 | 6.8 | - |
| YUV | 164.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 15 | 0 | 0.08 | 0.92 | 0.24 | 54.64 | 0.86 | 0.41 |
| Hex | C2 | B2 | F | 0 | 8 | 5C | 18 | 37 | 56 | 29 |
| Octal | 302 | 262 | 17 | 0 | 10 | 134 | 30 | 67 | 126 | 51 |
| Binary | 11000010 | 10110010 | 1111 | 0 | 1000 | 1011100 | 11000 | 110111 | 1010110 | 101001 |
Color Harmonies of #C2B20F
Complementary color
Monochromatic Colors of #C2B20F
Black with #C2B20F
Text Example
Text Example
White with #C2B20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B20F; }
p { color: rgb(194,178,15); }
H1.HeaderClassName
{
color: #C2B20F;
}
.AnyTagClassName
{
color: #C2B20F;
}
</style>
background-color css
<style>
a { background-color: #C2B20F; }
a { background-color: rgb(194,178,15); }
div.DivClassName
{
background-color: #C2B20F;
}
.BgClassName
{
background-color: #C2B20F;
}
</style>
border-color css
<style>
span { border-color: #C2B20F; }
span { border-color: rgb(194,178,15); }
td.TdClassName
{
border-color: #C2B20F;
}
.TagClassName
{
border-color: #C2B20F;
}
</style>