Shades of La Rioja #C1BC0F
Tints of La Rioja #C1BC0F
RGB
CMYK
RGB Variations
Color information
#C1BC0F (or 0xC1BC0F) is known color: La Rioja. HEX triplet: C1, BC and 0F. RGB value is (193,188,15). Sum of RGB (Red+Green+Blue) = 193+188+15=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BC0F is #3E43F0. Grayscale: #AAAAAA. Windows color (decimal): -4080625 or 1031361. OLE color: 1031361.
HSL color Cylindrical-coordinate representation of color #C1BC0F: hue angle of 58.31º 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 #C1BC0F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 15 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.24 |
| HSL | 58.31º | 0.86% | 0.41% | - |
| HSV(B) | 58.31º | 0.92% | 0.76% | - |
| XYZ | 40.06 | 47.34 | 7.48 | - |
| YUV | 169.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 15 | 0 | 0.03 | 0.92 | 0.24 | 58.31 | 0.86 | 0.41 |
| Hex | C1 | BC | F | 0 | 3 | 5C | 18 | 3A | 56 | 29 |
| Octal | 301 | 274 | 17 | 0 | 3 | 134 | 30 | 72 | 126 | 51 |
| Binary | 11000001 | 10111100 | 1111 | 0 | 11 | 1011100 | 11000 | 111010 | 1010110 | 101001 |
Color Harmonies of #C1BC0F
Complementary color
Monochromatic Colors of #C1BC0F
Black with #C1BC0F
Text Example
Text Example
White with #C1BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC0F; }
p { color: rgb(193,188,15); }
H1.HeaderClassName
{
color: #C1BC0F;
}
.AnyTagClassName
{
color: #C1BC0F;
}
</style>
background-color css
<style>
a { background-color: #C1BC0F; }
a { background-color: rgb(193,188,15); }
div.DivClassName
{
background-color: #C1BC0F;
}
.BgClassName
{
background-color: #C1BC0F;
}
</style>
border-color css
<style>
span { border-color: #C1BC0F; }
span { border-color: rgb(193,188,15); }
td.TdClassName
{
border-color: #C1BC0F;
}
.TagClassName
{
border-color: #C1BC0F;
}
</style>