Shades of La Rioja #C3B200
Tints of La Rioja #C3B200
RGB
CMYK
RGB Variations
Color information
#C3B200 (or 0xC3B200) is known color: La Rioja. HEX triplet: C3, B2 and 00. RGB value is (195,178,0). Sum of RGB (Red+Green+Blue) = 195+178+0=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3B200 is #3C4DFF. Grayscale: #A3A3A3. Windows color (decimal): -3952128 or 45763. OLE color: 45763.
HSL color Cylindrical-coordinate representation of color #C3B200: hue angle of 54.77º 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 #C3B200 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.24 |
| HSL | 54.77º | 1% | 0.38% | - |
| HSV(B) | 54.77º | 1% | 0.76% | - |
| XYZ | 38.43 | 43.44 | 6.36 | - |
| YUV | 162.79 | 36.13 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 0 | 0 | 0.09 | 1 | 0.24 | 54.77 | 1 | 0.38 |
| Hex | C3 | B2 | 0 | 0 | 9 | 64 | 18 | 37 | 64 | 26 |
| Octal | 303 | 262 | 0 | 0 | 11 | 144 | 30 | 67 | 144 | 46 |
| Binary | 11000011 | 10110010 | 0 | 0 | 1001 | 1100100 | 11000 | 110111 | 1100100 | 100110 |
Color Harmonies of #C3B200
Complementary color
Monochromatic Colors of #C3B200
Black with #C3B200
Text Example
Text Example
White with #C3B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B200; }
p { color: rgb(195,178,0); }
H1.HeaderClassName
{
color: #C3B200;
}
.AnyTagClassName
{
color: #C3B200;
}
</style>
background-color css
<style>
a { background-color: #C3B200; }
a { background-color: rgb(195,178,0); }
div.DivClassName
{
background-color: #C3B200;
}
.BgClassName
{
background-color: #C3B200;
}
</style>
border-color css
<style>
span { border-color: #C3B200; }
span { border-color: rgb(195,178,0); }
td.TdClassName
{
border-color: #C3B200;
}
.TagClassName
{
border-color: #C3B200;
}
</style>