Shades of La Rioja #C0B307
Tints of La Rioja #C0B307
RGB
CMYK
RGB Variations
Color information
#C0B307 (or 0xC0B307) is known color: La Rioja. HEX triplet: C0, B3 and 07. RGB value is (192,179,7). Sum of RGB (Red+Green+Blue) = 192+179+7=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B307 is #3F4CF8. Grayscale: #A3A3A3. Windows color (decimal): -4148473 or 504768. OLE color: 504768.
HSL color Cylindrical-coordinate representation of color #C0B307: hue angle of 55.78º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0B307 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.25 |
| HSL | 55.78º | 0.93% | 0.39% | - |
| HSV(B) | 55.78º | 0.96% | 0.75% | - |
| XYZ | 37.9 | 43.46 | 6.59 | - |
| YUV | 163.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 7 | 0 | 0.07 | 0.96 | 0.25 | 55.78 | 0.93 | 0.39 |
| Hex | C0 | B3 | 7 | 0 | 7 | 60 | 19 | 38 | 5D | 27 |
| Octal | 300 | 263 | 7 | 0 | 7 | 140 | 31 | 70 | 135 | 47 |
| Binary | 11000000 | 10110011 | 111 | 0 | 111 | 1100000 | 11001 | 111000 | 1011101 | 100111 |
Color Harmonies of #C0B307
Complementary color
Monochromatic Colors of #C0B307
Black with #C0B307
Text Example
Text Example
White with #C0B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B307; }
p { color: rgb(192,179,7); }
H1.HeaderClassName
{
color: #C0B307;
}
.AnyTagClassName
{
color: #C0B307;
}
</style>
background-color css
<style>
a { background-color: #C0B307; }
a { background-color: rgb(192,179,7); }
div.DivClassName
{
background-color: #C0B307;
}
.BgClassName
{
background-color: #C0B307;
}
</style>
border-color css
<style>
span { border-color: #C0B307; }
span { border-color: rgb(192,179,7); }
td.TdClassName
{
border-color: #C0B307;
}
.TagClassName
{
border-color: #C0B307;
}
</style>