Shades of La Rioja #C0BF09
Tints of La Rioja #C0BF09
RGB
CMYK
RGB Variations
Color information
#C0BF09 (or 0xC0BF09) is known color: La Rioja. HEX triplet: C0, BF and 09. RGB value is (192,191,9). Sum of RGB (Red+Green+Blue) = 192+191+9=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF09 is #3F40F6. Grayscale: #ABABAB. Windows color (decimal): -4145399 or 638912. OLE color: 638912.
HSL color Cylindrical-coordinate representation of color #C0BF09: hue angle of 59.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0BF09 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 9 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.25 |
| HSL | 59.67º | 0.91% | 0.39% | - |
| HSV(B) | 59.67º | 0.95% | 0.75% | - |
| XYZ | 40.42 | 48.49 | 7.49 | - |
| YUV | 170.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 9 | 0 | 0.01 | 0.95 | 0.25 | 59.67 | 0.91 | 0.39 |
| Hex | C0 | BF | 9 | 0 | 1 | 5F | 19 | 3C | 5B | 27 |
| Octal | 300 | 277 | 11 | 0 | 1 | 137 | 31 | 74 | 133 | 47 |
| Binary | 11000000 | 10111111 | 1001 | 0 | 1 | 1011111 | 11001 | 111100 | 1011011 | 100111 |
Color Harmonies of #C0BF09
Complementary color
Monochromatic Colors of #C0BF09
Black with #C0BF09
Text Example
Text Example
White with #C0BF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF09; }
p { color: rgb(192,191,9); }
H1.HeaderClassName
{
color: #C0BF09;
}
.AnyTagClassName
{
color: #C0BF09;
}
</style>
background-color css
<style>
a { background-color: #C0BF09; }
a { background-color: rgb(192,191,9); }
div.DivClassName
{
background-color: #C0BF09;
}
.BgClassName
{
background-color: #C0BF09;
}
</style>
border-color css
<style>
span { border-color: #C0BF09; }
span { border-color: rgb(192,191,9); }
td.TdClassName
{
border-color: #C0BF09;
}
.TagClassName
{
border-color: #C0BF09;
}
</style>