Shades of La Rioja #C9C200
Tints of La Rioja #C9C200
RGB
CMYK
RGB Variations
Color information
#C9C200 (or 0xC9C200) is known color: La Rioja. HEX triplet: C9, C2 and 00. RGB value is (201,194,0). Sum of RGB (Red+Green+Blue) = 201+194+0=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C200 is #363DFF. Grayscale: #AEAEAE. Windows color (decimal): -3554816 or 49865. OLE color: 49865.
HSL color Cylindrical-coordinate representation of color #C9C200: hue angle of 57.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9C200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.21 |
| HSL | 57.91º | 1% | 0.39% | - |
| HSV(B) | 57.91º | 1% | 0.79% | - |
| XYZ | 43.38 | 51 | 7.56 | - |
| YUV | 173.98 | 29.82 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 0 | 0 | 0.03 | 1 | 0.21 | 57.91 | 1 | 0.39 |
| Hex | C9 | C2 | 0 | 0 | 3 | 64 | 15 | 3A | 64 | 27 |
| Octal | 311 | 302 | 0 | 0 | 3 | 144 | 25 | 72 | 144 | 47 |
| Binary | 11001001 | 11000010 | 0 | 0 | 11 | 1100100 | 10101 | 111010 | 1100100 | 100111 |
Color Harmonies of #C9C200
Complementary color
Monochromatic Colors of #C9C200
Black with #C9C200
Text Example
Text Example
White with #C9C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C200; }
p { color: rgb(201,194,0); }
H1.HeaderClassName
{
color: #C9C200;
}
.AnyTagClassName
{
color: #C9C200;
}
</style>
background-color css
<style>
a { background-color: #C9C200; }
a { background-color: rgb(201,194,0); }
div.DivClassName
{
background-color: #C9C200;
}
.BgClassName
{
background-color: #C9C200;
}
</style>
border-color css
<style>
span { border-color: #C9C200; }
span { border-color: rgb(201,194,0); }
td.TdClassName
{
border-color: #C9C200;
}
.TagClassName
{
border-color: #C9C200;
}
</style>