Shades of La Rioja #C0B40B
Tints of La Rioja #C0B40B
RGB
CMYK
RGB Variations
Color information
#C0B40B (or 0xC0B40B) is known color: La Rioja. HEX triplet: C0, B4 and 0B. RGB value is (192,180,11). Sum of RGB (Red+Green+Blue) = 192+180+11=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B40B is #3F4BF4. Grayscale: #A5A5A5. Windows color (decimal): -4148213 or 767168. OLE color: 767168.
HSL color Cylindrical-coordinate representation of color #C0B40B: hue angle of 56.02º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0B40B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.25 |
| HSL | 56.02º | 0.89% | 0.4% | - |
| HSV(B) | 56.02º | 0.94% | 0.75% | - |
| XYZ | 38.12 | 43.87 | 6.78 | - |
| YUV | 164.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 11 | 0 | 0.06 | 0.94 | 0.25 | 56.02 | 0.89 | 0.4 |
| Hex | C0 | B4 | B | 0 | 6 | 5E | 19 | 38 | 59 | 28 |
| Octal | 300 | 264 | 13 | 0 | 6 | 136 | 31 | 70 | 131 | 50 |
| Binary | 11000000 | 10110100 | 1011 | 0 | 110 | 1011110 | 11001 | 111000 | 1011001 | 101000 |
Color Harmonies of #C0B40B
Complementary color
Monochromatic Colors of #C0B40B
Black with #C0B40B
Text Example
Text Example
White with #C0B40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B40B; }
p { color: rgb(192,180,11); }
H1.HeaderClassName
{
color: #C0B40B;
}
.AnyTagClassName
{
color: #C0B40B;
}
</style>
background-color css
<style>
a { background-color: #C0B40B; }
a { background-color: rgb(192,180,11); }
div.DivClassName
{
background-color: #C0B40B;
}
.BgClassName
{
background-color: #C0B40B;
}
</style>
border-color css
<style>
span { border-color: #C0B40B; }
span { border-color: rgb(192,180,11); }
td.TdClassName
{
border-color: #C0B40B;
}
.TagClassName
{
border-color: #C0B40B;
}
</style>