Shades of La Rioja #C7B303
Tints of La Rioja #C7B303
RGB
CMYK
RGB Variations
Color information
#C7B303 (or 0xC7B303) is known color: La Rioja. HEX triplet: C7, B3 and 03. RGB value is (199,179,3). Sum of RGB (Red+Green+Blue) = 199+179+3=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B303 is #384CFC. Grayscale: #A5A5A5. Windows color (decimal): -3689725 or 242631. OLE color: 242631.
HSL color Cylindrical-coordinate representation of color #C7B303: hue angle of 53.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7B303 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.22 |
| HSL | 53.88º | 0.97% | 0.4% | - |
| HSV(B) | 53.88º | 0.98% | 0.78% | - |
| XYZ | 39.69 | 44.39 | 6.56 | - |
| YUV | 164.92 | 36.63 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 3 | 0 | 0.10 | 0.98 | 0.22 | 53.88 | 0.97 | 0.4 |
| Hex | C7 | B3 | 3 | 0 | A | 62 | 16 | 36 | 61 | 28 |
| Octal | 307 | 263 | 3 | 0 | 12 | 142 | 26 | 66 | 141 | 50 |
| Binary | 11000111 | 10110011 | 11 | 0 | 1010 | 1100010 | 10110 | 110110 | 1100001 | 101000 |
Color Harmonies of #C7B303
Complementary color
Monochromatic Colors of #C7B303
Black with #C7B303
Text Example
Text Example
White with #C7B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B303; }
p { color: rgb(199,179,3); }
H1.HeaderClassName
{
color: #C7B303;
}
.AnyTagClassName
{
color: #C7B303;
}
</style>
background-color css
<style>
a { background-color: #C7B303; }
a { background-color: rgb(199,179,3); }
div.DivClassName
{
background-color: #C7B303;
}
.BgClassName
{
background-color: #C7B303;
}
</style>
border-color css
<style>
span { border-color: #C7B303; }
span { border-color: rgb(199,179,3); }
td.TdClassName
{
border-color: #C7B303;
}
.TagClassName
{
border-color: #C7B303;
}
</style>