Shades of La Rioja #C2BD19
Tints of La Rioja #C2BD19
RGB
CMYK
RGB Variations
Color information
#C2BD19 (or 0xC2BD19) is known color: La Rioja. HEX triplet: C2, BD and 19. RGB value is (194,189,25). Sum of RGB (Red+Green+Blue) = 194+189+25=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD19 is #3D42E6. Grayscale: #ACACAC. Windows color (decimal): -4014823 or 1686978. OLE color: 1686978.
HSL color Cylindrical-coordinate representation of color #C2BD19: hue angle of 58.22º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2BD19 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 25 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.24 |
| HSL | 58.22º | 0.77% | 0.43% | - |
| HSV(B) | 58.22º | 0.87% | 0.76% | - |
| XYZ | 40.62 | 47.93 | 8.03 | - |
| YUV | 171.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 25 | 0 | 0.03 | 0.87 | 0.24 | 58.22 | 0.77 | 0.43 |
| Hex | C2 | BD | 19 | 0 | 3 | 57 | 18 | 3A | 4D | 2B |
| Octal | 302 | 275 | 31 | 0 | 3 | 127 | 30 | 72 | 115 | 53 |
| Binary | 11000010 | 10111101 | 11001 | 0 | 11 | 1010111 | 11000 | 111010 | 1001101 | 101011 |
Color Harmonies of #C2BD19
Complementary color
Monochromatic Colors of #C2BD19
Black with #C2BD19
Text Example
Text Example
White with #C2BD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD19; }
p { color: rgb(194,189,25); }
H1.HeaderClassName
{
color: #C2BD19;
}
.AnyTagClassName
{
color: #C2BD19;
}
</style>
background-color css
<style>
a { background-color: #C2BD19; }
a { background-color: rgb(194,189,25); }
div.DivClassName
{
background-color: #C2BD19;
}
.BgClassName
{
background-color: #C2BD19;
}
</style>
border-color css
<style>
span { border-color: #C2BD19; }
span { border-color: rgb(194,189,25); }
td.TdClassName
{
border-color: #C2BD19;
}
.TagClassName
{
border-color: #C2BD19;
}
</style>