Shades of La Rioja #C3B800
Tints of La Rioja #C3B800
RGB
CMYK
RGB Variations
Color information
#C3B800 (or 0xC3B800) is known color: La Rioja. HEX triplet: C3, B8 and 00. RGB value is (195,184,0). Sum of RGB (Red+Green+Blue) = 195+184+0=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B800 is #3C47FF. Grayscale: #A7A7A7. Windows color (decimal): -3950592 or 47299. OLE color: 47299.
HSL color Cylindrical-coordinate representation of color #C3B800: hue angle of 56.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3B800 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.24 |
| HSL | 56.62º | 1% | 0.38% | - |
| HSV(B) | 56.62º | 1% | 0.76% | - |
| XYZ | 39.65 | 45.88 | 6.77 | - |
| YUV | 166.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 0 | 0 | 0.06 | 1 | 0.24 | 56.62 | 1 | 0.38 |
| Hex | C3 | B8 | 0 | 0 | 6 | 64 | 18 | 39 | 64 | 26 |
| Octal | 303 | 270 | 0 | 0 | 6 | 144 | 30 | 71 | 144 | 46 |
| Binary | 11000011 | 10111000 | 0 | 0 | 110 | 1100100 | 11000 | 111001 | 1100100 | 100110 |
Color Harmonies of #C3B800
Complementary color
Monochromatic Colors of #C3B800
Black with #C3B800
Text Example
Text Example
White with #C3B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B800; }
p { color: rgb(195,184,0); }
H1.HeaderClassName
{
color: #C3B800;
}
.AnyTagClassName
{
color: #C3B800;
}
</style>
background-color css
<style>
a { background-color: #C3B800; }
a { background-color: rgb(195,184,0); }
div.DivClassName
{
background-color: #C3B800;
}
.BgClassName
{
background-color: #C3B800;
}
</style>
border-color css
<style>
span { border-color: #C3B800; }
span { border-color: rgb(195,184,0); }
td.TdClassName
{
border-color: #C3B800;
}
.TagClassName
{
border-color: #C3B800;
}
</style>