Shades of La Rioja #C4B00C
Tints of La Rioja #C4B00C
RGB
CMYK
RGB Variations
Color information
#C4B00C (or 0xC4B00C) is known color: La Rioja. HEX triplet: C4, B0 and 0C. RGB value is (196,176,12). Sum of RGB (Red+Green+Blue) = 196+176+12=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B00C is #3B4FF3. Grayscale: #A3A3A3. Windows color (decimal): -3887092 or 831684. OLE color: 831684.
HSL color Cylindrical-coordinate representation of color #C4B00C: hue angle of 53.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4B00C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.23 |
| HSL | 53.48º | 0.88% | 0.41% | - |
| HSV(B) | 53.48º | 0.94% | 0.77% | - |
| XYZ | 38.36 | 42.81 | 6.59 | - |
| YUV | 163.28 | 42.63 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 12 | 0 | 0.10 | 0.94 | 0.23 | 53.48 | 0.88 | 0.41 |
| Hex | C4 | B0 | C | 0 | A | 5E | 17 | 35 | 58 | 29 |
| Octal | 304 | 260 | 14 | 0 | 12 | 136 | 27 | 65 | 130 | 51 |
| Binary | 11000100 | 10110000 | 1100 | 0 | 1010 | 1011110 | 10111 | 110101 | 1011000 | 101001 |
Color Harmonies of #C4B00C
Complementary color
Monochromatic Colors of #C4B00C
Black with #C4B00C
Text Example
Text Example
White with #C4B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B00C; }
p { color: rgb(196,176,12); }
H1.HeaderClassName
{
color: #C4B00C;
}
.AnyTagClassName
{
color: #C4B00C;
}
</style>
background-color css
<style>
a { background-color: #C4B00C; }
a { background-color: rgb(196,176,12); }
div.DivClassName
{
background-color: #C4B00C;
}
.BgClassName
{
background-color: #C4B00C;
}
</style>
border-color css
<style>
span { border-color: #C4B00C; }
span { border-color: rgb(196,176,12); }
td.TdClassName
{
border-color: #C4B00C;
}
.TagClassName
{
border-color: #C4B00C;
}
</style>