Shades of La Rioja #C2B008
Tints of La Rioja #C2B008
RGB
CMYK
RGB Variations
Color information
#C2B008 (or 0xC2B008) is known color: La Rioja. HEX triplet: C2, B0 and 08. RGB value is (194,176,8). Sum of RGB (Red+Green+Blue) = 194+176+8=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B008 is #3D4FF7. Grayscale: #A2A2A2. Windows color (decimal): -4018168 or 569538. OLE color: 569538.
HSL color Cylindrical-coordinate representation of color #C2B008: hue angle of 54.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2B008 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.24 |
| HSL | 54.19º | 0.92% | 0.4% | - |
| HSV(B) | 54.19º | 0.96% | 0.76% | - |
| XYZ | 37.82 | 42.54 | 6.45 | - |
| YUV | 162.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 8 | 0 | 0.09 | 0.96 | 0.24 | 54.19 | 0.92 | 0.4 |
| Hex | C2 | B0 | 8 | 0 | 9 | 60 | 18 | 36 | 5C | 28 |
| Octal | 302 | 260 | 10 | 0 | 11 | 140 | 30 | 66 | 134 | 50 |
| Binary | 11000010 | 10110000 | 1000 | 0 | 1001 | 1100000 | 11000 | 110110 | 1011100 | 101000 |
Color Harmonies of #C2B008
Complementary color
Monochromatic Colors of #C2B008
Black with #C2B008
Text Example
Text Example
White with #C2B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B008; }
p { color: rgb(194,176,8); }
H1.HeaderClassName
{
color: #C2B008;
}
.AnyTagClassName
{
color: #C2B008;
}
</style>
background-color css
<style>
a { background-color: #C2B008; }
a { background-color: rgb(194,176,8); }
div.DivClassName
{
background-color: #C2B008;
}
.BgClassName
{
background-color: #C2B008;
}
</style>
border-color css
<style>
span { border-color: #C2B008; }
span { border-color: rgb(194,176,8); }
td.TdClassName
{
border-color: #C2B008;
}
.TagClassName
{
border-color: #C2B008;
}
</style>