Shades of La Rioja #C7BF0A
Tints of La Rioja #C7BF0A
RGB
CMYK
RGB Variations
Color information
#C7BF0A (or 0xC7BF0A) is known color: La Rioja. HEX triplet: C7, BF and 0A. RGB value is (199,191,10). Sum of RGB (Red+Green+Blue) = 199+191+10=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BF0A is #3840F5. Grayscale: #ADADAD. Windows color (decimal): -3686646 or 704455. OLE color: 704455.
HSL color Cylindrical-coordinate representation of color #C7BF0A: hue angle of 57.46º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7BF0A is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 10 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.22 |
| HSL | 57.46º | 0.9% | 0.41% | - |
| HSV(B) | 57.46º | 0.95% | 0.78% | - |
| XYZ | 42.24 | 49.43 | 7.6 | - |
| YUV | 172.76 | 36.15 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 10 | 0 | 0.04 | 0.95 | 0.22 | 57.46 | 0.9 | 0.41 |
| Hex | C7 | BF | A | 0 | 4 | 5F | 16 | 39 | 5A | 29 |
| Octal | 307 | 277 | 12 | 0 | 4 | 137 | 26 | 71 | 132 | 51 |
| Binary | 11000111 | 10111111 | 1010 | 0 | 100 | 1011111 | 10110 | 111001 | 1011010 | 101001 |
Color Harmonies of #C7BF0A
Complementary color
Monochromatic Colors of #C7BF0A
Black with #C7BF0A
Text Example
Text Example
White with #C7BF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF0A; }
p { color: rgb(199,191,10); }
H1.HeaderClassName
{
color: #C7BF0A;
}
.AnyTagClassName
{
color: #C7BF0A;
}
</style>
background-color css
<style>
a { background-color: #C7BF0A; }
a { background-color: rgb(199,191,10); }
div.DivClassName
{
background-color: #C7BF0A;
}
.BgClassName
{
background-color: #C7BF0A;
}
</style>
border-color css
<style>
span { border-color: #C7BF0A; }
span { border-color: rgb(199,191,10); }
td.TdClassName
{
border-color: #C7BF0A;
}
.TagClassName
{
border-color: #C7BF0A;
}
</style>