Shades of La Rioja #C8BC03
Tints of La Rioja #C8BC03
RGB
CMYK
RGB Variations
Color information
#C8BC03 (or 0xC8BC03) is known color: La Rioja. HEX triplet: C8, BC and 03. RGB value is (200,188,3). Sum of RGB (Red+Green+Blue) = 200+188+3=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC03 is #3743FC. Grayscale: #ABABAB. Windows color (decimal): -3621885 or 244936. OLE color: 244936.
HSL color Cylindrical-coordinate representation of color #C8BC03: hue angle of 56.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8BC03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.22 |
| HSL | 56.35º | 0.97% | 0.4% | - |
| HSV(B) | 56.35º | 0.99% | 0.78% | - |
| XYZ | 41.82 | 48.25 | 7.2 | - |
| YUV | 170.5 | 33.48 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 3 | 0 | 0.06 | 0.98 | 0.22 | 56.35 | 0.97 | 0.4 |
| Hex | C8 | BC | 3 | 0 | 6 | 62 | 16 | 38 | 61 | 28 |
| Octal | 310 | 274 | 3 | 0 | 6 | 142 | 26 | 70 | 141 | 50 |
| Binary | 11001000 | 10111100 | 11 | 0 | 110 | 1100010 | 10110 | 111000 | 1100001 | 101000 |
Color Harmonies of #C8BC03
Complementary color
Monochromatic Colors of #C8BC03
Black with #C8BC03
Text Example
Text Example
White with #C8BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC03; }
p { color: rgb(200,188,3); }
H1.HeaderClassName
{
color: #C8BC03;
}
.AnyTagClassName
{
color: #C8BC03;
}
</style>
background-color css
<style>
a { background-color: #C8BC03; }
a { background-color: rgb(200,188,3); }
div.DivClassName
{
background-color: #C8BC03;
}
.BgClassName
{
background-color: #C8BC03;
}
</style>
border-color css
<style>
span { border-color: #C8BC03; }
span { border-color: rgb(200,188,3); }
td.TdClassName
{
border-color: #C8BC03;
}
.TagClassName
{
border-color: #C8BC03;
}
</style>