Shades of La Rioja #C4B008
Tints of La Rioja #C4B008
RGB
CMYK
RGB Variations
Color information
#C4B008 (or 0xC4B008) is known color: La Rioja. HEX triplet: C4, B0 and 08. RGB value is (196,176,8). Sum of RGB (Red+Green+Blue) = 196+176+8=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B008 is #3B4FF7. Grayscale: #A3A3A3. Windows color (decimal): -3887096 or 569540. OLE color: 569540.
HSL color Cylindrical-coordinate representation of color #C4B008: hue angle of 53.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4B008 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.23 |
| HSL | 53.62º | 0.92% | 0.4% | - |
| HSV(B) | 53.62º | 0.96% | 0.77% | - |
| XYZ | 38.33 | 42.8 | 6.47 | - |
| YUV | 162.83 | 40.63 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 8 | 0 | 0.10 | 0.96 | 0.23 | 53.62 | 0.92 | 0.4 |
| Hex | C4 | B0 | 8 | 0 | A | 60 | 17 | 36 | 5C | 28 |
| Octal | 304 | 260 | 10 | 0 | 12 | 140 | 27 | 66 | 134 | 50 |
| Binary | 11000100 | 10110000 | 1000 | 0 | 1010 | 1100000 | 10111 | 110110 | 1011100 | 101000 |
Color Harmonies of #C4B008
Complementary color
Monochromatic Colors of #C4B008
Black with #C4B008
Text Example
Text Example
White with #C4B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B008; }
p { color: rgb(196,176,8); }
H1.HeaderClassName
{
color: #C4B008;
}
.AnyTagClassName
{
color: #C4B008;
}
</style>
background-color css
<style>
a { background-color: #C4B008; }
a { background-color: rgb(196,176,8); }
div.DivClassName
{
background-color: #C4B008;
}
.BgClassName
{
background-color: #C4B008;
}
</style>
border-color css
<style>
span { border-color: #C4B008; }
span { border-color: rgb(196,176,8); }
td.TdClassName
{
border-color: #C4B008;
}
.TagClassName
{
border-color: #C4B008;
}
</style>