Shades of La Rioja #C8B102
Tints of La Rioja #C8B102
RGB
CMYK
RGB Variations
Color information
#C8B102 (or 0xC8B102) is known color: La Rioja. HEX triplet: C8, B1 and 02. RGB value is (200,177,2). Sum of RGB (Red+Green+Blue) = 200+177+2=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B102 is #374EFD. Grayscale: #A4A4A4. Windows color (decimal): -3624702 or 176584. OLE color: 176584.
HSL color Cylindrical-coordinate representation of color #C8B102: hue angle of 53.03º degrees, saturation: 0.98, 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 #C8B102 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.22 |
| HSL | 53.03º | 0.98% | 0.4% | - |
| HSV(B) | 53.03º | 0.99% | 0.78% | - |
| XYZ | 39.55 | 43.73 | 6.41 | - |
| YUV | 163.93 | 36.62 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 2 | 0 | 0.12 | 0.99 | 0.22 | 53.03 | 0.98 | 0.4 |
| Hex | C8 | B1 | 2 | 0 | C | 63 | 16 | 35 | 62 | 28 |
| Octal | 310 | 261 | 2 | 0 | 14 | 143 | 26 | 65 | 142 | 50 |
| Binary | 11001000 | 10110001 | 10 | 0 | 1100 | 1100011 | 10110 | 110101 | 1100010 | 101000 |
Color Harmonies of #C8B102
Complementary color
Monochromatic Colors of #C8B102
Black with #C8B102
Text Example
Text Example
White with #C8B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B102; }
p { color: rgb(200,177,2); }
H1.HeaderClassName
{
color: #C8B102;
}
.AnyTagClassName
{
color: #C8B102;
}
</style>
background-color css
<style>
a { background-color: #C8B102; }
a { background-color: rgb(200,177,2); }
div.DivClassName
{
background-color: #C8B102;
}
.BgClassName
{
background-color: #C8B102;
}
</style>
border-color css
<style>
span { border-color: #C8B102; }
span { border-color: rgb(200,177,2); }
td.TdClassName
{
border-color: #C8B102;
}
.TagClassName
{
border-color: #C8B102;
}
</style>