Shades of La Rioja #C8B400
Tints of La Rioja #C8B400
RGB
CMYK
RGB Variations
Color information
#C8B400 (or 0xC8B400) is known color: La Rioja. HEX triplet: C8, B4 and 00. RGB value is (200,180,0). Sum of RGB (Red+Green+Blue) = 200+180+0=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B400 is #374BFF. Grayscale: #A6A6A6. Windows color (decimal): -3623936 or 46280. OLE color: 46280.
HSL color Cylindrical-coordinate representation of color #C8B400: hue angle of 54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8B400 is Cyan = 0, Magento = 0.1, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 0 | - |
| CMYK | 0 | 0.1 | 1 | 0.22 |
| HSL | 54º | 1% | 0.39% | - |
| HSV(B) | 54º | 1% | 0.78% | - |
| XYZ | 40.14 | 44.92 | 6.56 | - |
| YUV | 165.46 | 34.63 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 0 | 0 | 0.1 | 1 | 0.22 | 54 | 1 | 0.39 |
| Hex | C8 | B4 | 0 | 0 | A | 64 | 16 | 36 | 64 | 27 |
| Octal | 310 | 264 | 0 | 0 | 12 | 144 | 26 | 66 | 144 | 47 |
| Binary | 11001000 | 10110100 | 0 | 0 | 1010 | 1100100 | 10110 | 110110 | 1100100 | 100111 |
Color Harmonies of #C8B400
Complementary color
Monochromatic Colors of #C8B400
Black with #C8B400
Text Example
Text Example
White with #C8B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B400; }
p { color: rgb(200,180,0); }
H1.HeaderClassName
{
color: #C8B400;
}
.AnyTagClassName
{
color: #C8B400;
}
</style>
background-color css
<style>
a { background-color: #C8B400; }
a { background-color: rgb(200,180,0); }
div.DivClassName
{
background-color: #C8B400;
}
.BgClassName
{
background-color: #C8B400;
}
</style>
border-color css
<style>
span { border-color: #C8B400; }
span { border-color: rgb(200,180,0); }
td.TdClassName
{
border-color: #C8B400;
}
.TagClassName
{
border-color: #C8B400;
}
</style>