Shades of La Rioja #C4B30B
Tints of La Rioja #C4B30B
RGB
CMYK
RGB Variations
Color information
#C4B30B (or 0xC4B30B) is known color: La Rioja. HEX triplet: C4, B3 and 0B. RGB value is (196,179,11). Sum of RGB (Red+Green+Blue) = 196+179+11=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B30B is #3B4CF4. Grayscale: #A5A5A5. Windows color (decimal): -3886325 or 766916. OLE color: 766916.
HSL color Cylindrical-coordinate representation of color #C4B30B: hue angle of 54.49º degrees, saturation: 0.89, 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 #C4B30B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.23 |
| HSL | 54.49º | 0.89% | 0.41% | - |
| HSV(B) | 54.49º | 0.94% | 0.77% | - |
| XYZ | 38.95 | 44 | 6.76 | - |
| YUV | 164.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 11 | 0 | 0.09 | 0.94 | 0.23 | 54.49 | 0.89 | 0.41 |
| Hex | C4 | B3 | B | 0 | 9 | 5E | 17 | 36 | 59 | 29 |
| Octal | 304 | 263 | 13 | 0 | 11 | 136 | 27 | 66 | 131 | 51 |
| Binary | 11000100 | 10110011 | 1011 | 0 | 1001 | 1011110 | 10111 | 110110 | 1011001 | 101001 |
Color Harmonies of #C4B30B
Complementary color
Monochromatic Colors of #C4B30B
Black with #C4B30B
Text Example
Text Example
White with #C4B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B30B; }
p { color: rgb(196,179,11); }
H1.HeaderClassName
{
color: #C4B30B;
}
.AnyTagClassName
{
color: #C4B30B;
}
</style>
background-color css
<style>
a { background-color: #C4B30B; }
a { background-color: rgb(196,179,11); }
div.DivClassName
{
background-color: #C4B30B;
}
.BgClassName
{
background-color: #C4B30B;
}
</style>
border-color css
<style>
span { border-color: #C4B30B; }
span { border-color: rgb(196,179,11); }
td.TdClassName
{
border-color: #C4B30B;
}
.TagClassName
{
border-color: #C4B30B;
}
</style>