Shades of La Rioja #C8BC04
Tints of La Rioja #C8BC04
RGB
CMYK
RGB Variations
Color information
#C8BC04 (or 0xC8BC04) is known color: La Rioja. HEX triplet: C8, BC and 04. RGB value is (200,188,4). Sum of RGB (Red+Green+Blue) = 200+188+4=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BC04 is #3743FB. Grayscale: #ABABAB. Windows color (decimal): -3621884 or 310472. OLE color: 310472.
HSL color Cylindrical-coordinate representation of color #C8BC04: hue angle of 56.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8BC04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.22 |
| HSL | 56.33º | 0.96% | 0.4% | - |
| HSV(B) | 56.33º | 0.98% | 0.78% | - |
| XYZ | 41.82 | 48.25 | 7.22 | - |
| YUV | 170.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 4 | 0 | 0.06 | 0.98 | 0.22 | 56.33 | 0.96 | 0.4 |
| Hex | C8 | BC | 4 | 0 | 6 | 62 | 16 | 38 | 60 | 28 |
| Octal | 310 | 274 | 4 | 0 | 6 | 142 | 26 | 70 | 140 | 50 |
| Binary | 11001000 | 10111100 | 100 | 0 | 110 | 1100010 | 10110 | 111000 | 1100000 | 101000 |
Color Harmonies of #C8BC04
Complementary color
Monochromatic Colors of #C8BC04
Black with #C8BC04
Text Example
Text Example
White with #C8BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC04; }
p { color: rgb(200,188,4); }
H1.HeaderClassName
{
color: #C8BC04;
}
.AnyTagClassName
{
color: #C8BC04;
}
</style>
background-color css
<style>
a { background-color: #C8BC04; }
a { background-color: rgb(200,188,4); }
div.DivClassName
{
background-color: #C8BC04;
}
.BgClassName
{
background-color: #C8BC04;
}
</style>
border-color css
<style>
span { border-color: #C8BC04; }
span { border-color: rgb(200,188,4); }
td.TdClassName
{
border-color: #C8BC04;
}
.TagClassName
{
border-color: #C8BC04;
}
</style>