Shades of La Rioja #C0BF08
Tints of La Rioja #C0BF08
RGB
CMYK
RGB Variations
Color information
#C0BF08 (or 0xC0BF08) is known color: La Rioja. HEX triplet: C0, BF and 08. RGB value is (192,191,8). Sum of RGB (Red+Green+Blue) = 192+191+8=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF08 is #3F40F7. Grayscale: #ABABAB. Windows color (decimal): -4145400 or 573376. OLE color: 573376.
HSL color Cylindrical-coordinate representation of color #C0BF08: hue angle of 59.67º degrees, saturation: 0.92, 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 #C0BF08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.25 |
| HSL | 59.67º | 0.92% | 0.39% | - |
| HSV(B) | 59.67º | 0.96% | 0.75% | - |
| XYZ | 40.41 | 48.49 | 7.46 | - |
| YUV | 170.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 8 | 0 | 0.01 | 0.96 | 0.25 | 59.67 | 0.92 | 0.39 |
| Hex | C0 | BF | 8 | 0 | 1 | 60 | 19 | 3C | 5C | 27 |
| Octal | 300 | 277 | 10 | 0 | 1 | 140 | 31 | 74 | 134 | 47 |
| Binary | 11000000 | 10111111 | 1000 | 0 | 1 | 1100000 | 11001 | 111100 | 1011100 | 100111 |
Color Harmonies of #C0BF08
Complementary color
Monochromatic Colors of #C0BF08
Black with #C0BF08
Text Example
Text Example
White with #C0BF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF08; }
p { color: rgb(192,191,8); }
H1.HeaderClassName
{
color: #C0BF08;
}
.AnyTagClassName
{
color: #C0BF08;
}
</style>
background-color css
<style>
a { background-color: #C0BF08; }
a { background-color: rgb(192,191,8); }
div.DivClassName
{
background-color: #C0BF08;
}
.BgClassName
{
background-color: #C0BF08;
}
</style>
border-color css
<style>
span { border-color: #C0BF08; }
span { border-color: rgb(192,191,8); }
td.TdClassName
{
border-color: #C0BF08;
}
.TagClassName
{
border-color: #C0BF08;
}
</style>