Shades of La Rioja #C3B30B
Tints of La Rioja #C3B30B
RGB
CMYK
RGB Variations
Color information
#C3B30B (or 0xC3B30B) is known color: La Rioja. HEX triplet: C3, B3 and 0B. RGB value is (195,179,11). Sum of RGB (Red+Green+Blue) = 195+179+11=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B30B is #3C4CF4. Grayscale: #A5A5A5. Windows color (decimal): -3951861 or 766915. OLE color: 766915.
HSL color Cylindrical-coordinate representation of color #C3B30B: hue angle of 54.78º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3B30B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.24 |
| HSL | 54.78º | 0.89% | 0.4% | - |
| HSV(B) | 54.78º | 0.94% | 0.76% | - |
| XYZ | 38.69 | 43.87 | 6.74 | - |
| YUV | 164.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 11 | 0 | 0.08 | 0.94 | 0.24 | 54.78 | 0.89 | 0.4 |
| Hex | C3 | B3 | B | 0 | 8 | 5E | 18 | 37 | 59 | 28 |
| Octal | 303 | 263 | 13 | 0 | 10 | 136 | 30 | 67 | 131 | 50 |
| Binary | 11000011 | 10110011 | 1011 | 0 | 1000 | 1011110 | 11000 | 110111 | 1011001 | 101000 |
Color Harmonies of #C3B30B
Complementary color
Monochromatic Colors of #C3B30B
Black with #C3B30B
Text Example
Text Example
White with #C3B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B30B; }
p { color: rgb(195,179,11); }
H1.HeaderClassName
{
color: #C3B30B;
}
.AnyTagClassName
{
color: #C3B30B;
}
</style>
background-color css
<style>
a { background-color: #C3B30B; }
a { background-color: rgb(195,179,11); }
div.DivClassName
{
background-color: #C3B30B;
}
.BgClassName
{
background-color: #C3B30B;
}
</style>
border-color css
<style>
span { border-color: #C3B30B; }
span { border-color: rgb(195,179,11); }
td.TdClassName
{
border-color: #C3B30B;
}
.TagClassName
{
border-color: #C3B30B;
}
</style>