Shades of La Rioja #C9CA0A
Tints of La Rioja #C9CA0A
RGB
CMYK
RGB Variations
Color information
#C9CA0A (or 0xC9CA0A) is known color: La Rioja. HEX triplet: C9, CA and 0A. RGB value is (201,202,10). Sum of RGB (Red+Green+Blue) = 201+202+10=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CA0A is #3635F5. Grayscale: #B4B4B4. Windows color (decimal): -3552758 or 707273. OLE color: 707273.
HSL color Cylindrical-coordinate representation of color #C9CA0A: hue angle of 60.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9CA0A is Cyan = 0.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 10 | - |
| CMYK | 0.00 | 0 | 0.95 | 0.21 |
| HSL | 60.31º | 0.91% | 0.42% | - |
| HSV(B) | 60.31º | 0.95% | 0.79% | - |
| XYZ | 45.26 | 54.68 | 8.46 | - |
| YUV | 179.81 | 32.17 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 10 | 0.00 | 0 | 0.95 | 0.21 | 60.31 | 0.91 | 0.42 |
| Hex | C9 | CA | A | 0 | 0 | 5F | 15 | 3C | 5B | 2A |
| Octal | 311 | 312 | 12 | 0 | 0 | 137 | 25 | 74 | 133 | 52 |
| Binary | 11001001 | 11001010 | 1010 | 0 | 0 | 1011111 | 10101 | 111100 | 1011011 | 101010 |
Color Harmonies of #C9CA0A
Complementary color
Monochromatic Colors of #C9CA0A
Black with #C9CA0A
Text Example
Text Example
White with #C9CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA0A; }
p { color: rgb(201,202,10); }
H1.HeaderClassName
{
color: #C9CA0A;
}
.AnyTagClassName
{
color: #C9CA0A;
}
</style>
background-color css
<style>
a { background-color: #C9CA0A; }
a { background-color: rgb(201,202,10); }
div.DivClassName
{
background-color: #C9CA0A;
}
.BgClassName
{
background-color: #C9CA0A;
}
</style>
border-color css
<style>
span { border-color: #C9CA0A; }
span { border-color: rgb(201,202,10); }
td.TdClassName
{
border-color: #C9CA0A;
}
.TagClassName
{
border-color: #C9CA0A;
}
</style>