Shades of La Rioja #C3B80B
Tints of La Rioja #C3B80B
RGB
CMYK
RGB Variations
Color information
#C3B80B (or 0xC3B80B) is known color: La Rioja. HEX triplet: C3, B8 and 0B. RGB value is (195,184,11). Sum of RGB (Red+Green+Blue) = 195+184+11=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B80B is #3C47F4. Grayscale: #A8A8A8. Windows color (decimal): -3950581 or 768195. OLE color: 768195.
HSL color Cylindrical-coordinate representation of color #C3B80B: hue angle of 56.41º 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 #C3B80B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.24 |
| HSL | 56.41º | 0.89% | 0.4% | - |
| HSV(B) | 56.41º | 0.94% | 0.76% | - |
| XYZ | 39.71 | 45.91 | 7.08 | - |
| YUV | 167.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 11 | 0 | 0.06 | 0.94 | 0.24 | 56.41 | 0.89 | 0.4 |
| Hex | C3 | B8 | B | 0 | 6 | 5E | 18 | 38 | 59 | 28 |
| Octal | 303 | 270 | 13 | 0 | 6 | 136 | 30 | 70 | 131 | 50 |
| Binary | 11000011 | 10111000 | 1011 | 0 | 110 | 1011110 | 11000 | 111000 | 1011001 | 101000 |
Color Harmonies of #C3B80B
Complementary color
Monochromatic Colors of #C3B80B
Black with #C3B80B
Text Example
Text Example
White with #C3B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B80B; }
p { color: rgb(195,184,11); }
H1.HeaderClassName
{
color: #C3B80B;
}
.AnyTagClassName
{
color: #C3B80B;
}
</style>
background-color css
<style>
a { background-color: #C3B80B; }
a { background-color: rgb(195,184,11); }
div.DivClassName
{
background-color: #C3B80B;
}
.BgClassName
{
background-color: #C3B80B;
}
</style>
border-color css
<style>
span { border-color: #C3B80B; }
span { border-color: rgb(195,184,11); }
td.TdClassName
{
border-color: #C3B80B;
}
.TagClassName
{
border-color: #C3B80B;
}
</style>