Shades of La Rioja #C6BF09
Tints of La Rioja #C6BF09
RGB
CMYK
RGB Variations
Color information
#C6BF09 (or 0xC6BF09) is known color: La Rioja. HEX triplet: C6, BF and 09. RGB value is (198,191,9). Sum of RGB (Red+Green+Blue) = 198+191+9=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BF09 is #3940F6. Grayscale: #ADADAD. Windows color (decimal): -3752183 or 638918. OLE color: 638918.
HSL color Cylindrical-coordinate representation of color #C6BF09: hue angle of 57.78º degrees, saturation: 0.91, 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 #C6BF09 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 9 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.22 |
| HSL | 57.78º | 0.91% | 0.41% | - |
| HSV(B) | 57.78º | 0.95% | 0.78% | - |
| XYZ | 41.97 | 49.29 | 7.56 | - |
| YUV | 172.35 | 35.82 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 9 | 0 | 0.04 | 0.95 | 0.22 | 57.78 | 0.91 | 0.41 |
| Hex | C6 | BF | 9 | 0 | 4 | 5F | 16 | 3A | 5B | 29 |
| Octal | 306 | 277 | 11 | 0 | 4 | 137 | 26 | 72 | 133 | 51 |
| Binary | 11000110 | 10111111 | 1001 | 0 | 100 | 1011111 | 10110 | 111010 | 1011011 | 101001 |
Color Harmonies of #C6BF09
Complementary color
Monochromatic Colors of #C6BF09
Black with #C6BF09
Text Example
Text Example
White with #C6BF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF09; }
p { color: rgb(198,191,9); }
H1.HeaderClassName
{
color: #C6BF09;
}
.AnyTagClassName
{
color: #C6BF09;
}
</style>
background-color css
<style>
a { background-color: #C6BF09; }
a { background-color: rgb(198,191,9); }
div.DivClassName
{
background-color: #C6BF09;
}
.BgClassName
{
background-color: #C6BF09;
}
</style>
border-color css
<style>
span { border-color: #C6BF09; }
span { border-color: rgb(198,191,9); }
td.TdClassName
{
border-color: #C6BF09;
}
.TagClassName
{
border-color: #C6BF09;
}
</style>