Shades of La Rioja #C8BF07
Tints of La Rioja #C8BF07
RGB
CMYK
RGB Variations
Color information
#C8BF07 (or 0xC8BF07) is known color: La Rioja. HEX triplet: C8, BF and 07. RGB value is (200,191,7). Sum of RGB (Red+Green+Blue) = 200+191+7=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BF07 is #3740F8. Grayscale: #ADADAD. Windows color (decimal): -3621113 or 507848. OLE color: 507848.
HSL color Cylindrical-coordinate representation of color #C8BF07: hue angle of 57.2º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8BF07 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 7 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.22 |
| HSL | 57.2º | 0.93% | 0.41% | - |
| HSV(B) | 57.2º | 0.97% | 0.78% | - |
| XYZ | 42.49 | 49.56 | 7.53 | - |
| YUV | 172.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 7 | 0 | 0.04 | 0.96 | 0.22 | 57.2 | 0.93 | 0.41 |
| Hex | C8 | BF | 7 | 0 | 4 | 60 | 16 | 39 | 5D | 29 |
| Octal | 310 | 277 | 7 | 0 | 4 | 140 | 26 | 71 | 135 | 51 |
| Binary | 11001000 | 10111111 | 111 | 0 | 100 | 1100000 | 10110 | 111001 | 1011101 | 101001 |
Color Harmonies of #C8BF07
Complementary color
Monochromatic Colors of #C8BF07
Black with #C8BF07
Text Example
Text Example
White with #C8BF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF07; }
p { color: rgb(200,191,7); }
H1.HeaderClassName
{
color: #C8BF07;
}
.AnyTagClassName
{
color: #C8BF07;
}
</style>
background-color css
<style>
a { background-color: #C8BF07; }
a { background-color: rgb(200,191,7); }
div.DivClassName
{
background-color: #C8BF07;
}
.BgClassName
{
background-color: #C8BF07;
}
</style>
border-color css
<style>
span { border-color: #C8BF07; }
span { border-color: rgb(200,191,7); }
td.TdClassName
{
border-color: #C8BF07;
}
.TagClassName
{
border-color: #C8BF07;
}
</style>