Shades of La Rioja #C8C008
Tints of La Rioja #C8C008
RGB
CMYK
RGB Variations
Color information
#C8C008 (or 0xC8C008) is known color: La Rioja. HEX triplet: C8, C0 and 08. RGB value is (200,192,8). Sum of RGB (Red+Green+Blue) = 200+192+8=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C008 is #373FF7. Grayscale: #AEAEAE. Windows color (decimal): -3620856 or 573640. OLE color: 573640.
HSL color Cylindrical-coordinate representation of color #C8C008: hue angle of 57.5º degrees, saturation: 0.92, 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 #C8C008 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.22 |
| HSL | 57.5º | 0.92% | 0.41% | - |
| HSV(B) | 57.5º | 0.96% | 0.78% | - |
| XYZ | 42.71 | 50 | 7.63 | - |
| YUV | 173.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 8 | 0 | 0.04 | 0.96 | 0.22 | 57.5 | 0.92 | 0.41 |
| Hex | C8 | C0 | 8 | 0 | 4 | 60 | 16 | 3A | 5C | 29 |
| Octal | 310 | 300 | 10 | 0 | 4 | 140 | 26 | 72 | 134 | 51 |
| Binary | 11001000 | 11000000 | 1000 | 0 | 100 | 1100000 | 10110 | 111010 | 1011100 | 101001 |
Color Harmonies of #C8C008
Complementary color
Monochromatic Colors of #C8C008
Black with #C8C008
Text Example
Text Example
White with #C8C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C008; }
p { color: rgb(200,192,8); }
H1.HeaderClassName
{
color: #C8C008;
}
.AnyTagClassName
{
color: #C8C008;
}
</style>
background-color css
<style>
a { background-color: #C8C008; }
a { background-color: rgb(200,192,8); }
div.DivClassName
{
background-color: #C8C008;
}
.BgClassName
{
background-color: #C8C008;
}
</style>
border-color css
<style>
span { border-color: #C8C008; }
span { border-color: rgb(200,192,8); }
td.TdClassName
{
border-color: #C8C008;
}
.TagClassName
{
border-color: #C8C008;
}
</style>