Shades of La Rioja #C4B90F
Tints of La Rioja #C4B90F
RGB
CMYK
RGB Variations
Color information
#C4B90F (or 0xC4B90F) is known color: La Rioja. HEX triplet: C4, B9 and 0F. RGB value is (196,185,15). Sum of RGB (Red+Green+Blue) = 196+185+15=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B90F is #3B46F0. Grayscale: #A9A9A9. Windows color (decimal): -3884785 or 1030596. OLE color: 1030596.
HSL color Cylindrical-coordinate representation of color #C4B90F: hue angle of 56.35º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4B90F is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 15 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.23 |
| HSL | 56.35º | 0.86% | 0.41% | - |
| HSV(B) | 56.35º | 0.92% | 0.77% | - |
| XYZ | 40.2 | 46.47 | 7.3 | - |
| YUV | 168.91 | 41.14 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 15 | 0 | 0.06 | 0.92 | 0.23 | 56.35 | 0.86 | 0.41 |
| Hex | C4 | B9 | F | 0 | 6 | 5C | 17 | 38 | 56 | 29 |
| Octal | 304 | 271 | 17 | 0 | 6 | 134 | 27 | 70 | 126 | 51 |
| Binary | 11000100 | 10111001 | 1111 | 0 | 110 | 1011100 | 10111 | 111000 | 1010110 | 101001 |
Color Harmonies of #C4B90F
Complementary color
Monochromatic Colors of #C4B90F
Black with #C4B90F
Text Example
Text Example
White with #C4B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B90F; }
p { color: rgb(196,185,15); }
H1.HeaderClassName
{
color: #C4B90F;
}
.AnyTagClassName
{
color: #C4B90F;
}
</style>
background-color css
<style>
a { background-color: #C4B90F; }
a { background-color: rgb(196,185,15); }
div.DivClassName
{
background-color: #C4B90F;
}
.BgClassName
{
background-color: #C4B90F;
}
</style>
border-color css
<style>
span { border-color: #C4B90F; }
span { border-color: rgb(196,185,15); }
td.TdClassName
{
border-color: #C4B90F;
}
.TagClassName
{
border-color: #C4B90F;
}
</style>