Shades of La Rioja #C5CC10
Tints of La Rioja #C5CC10
RGB
CMYK
RGB Variations
Color information
#C5CC10 (or 0xC5CC10) is known color: La Rioja. HEX triplet: C5, CC and 10. RGB value is (197,204,16). Sum of RGB (Red+Green+Blue) = 197+204+16=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC10 is #3A33EF. Grayscale: #B5B5B5. Windows color (decimal): -3814384 or 1100997. OLE color: 1100997.
HSL color Cylindrical-coordinate representation of color #C5CC10: hue angle of 62.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5CC10 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.2 |
| HSL | 62.23º | 0.85% | 0.43% | - |
| HSV(B) | 62.23º | 0.92% | 0.8% | - |
| XYZ | 44.71 | 55.09 | 8.77 | - |
| YUV | 180.48 | 35.18 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 16 | 0.03 | 0 | 0.92 | 0.2 | 62.23 | 0.85 | 0.43 |
| Hex | C5 | CC | 10 | 3 | 0 | 5C | 14 | 3E | 55 | 2B |
| Octal | 305 | 314 | 20 | 3 | 0 | 134 | 24 | 76 | 125 | 53 |
| Binary | 11000101 | 11001100 | 10000 | 11 | 0 | 1011100 | 10100 | 111110 | 1010101 | 101011 |
Color Harmonies of #C5CC10
Complementary color
Monochromatic Colors of #C5CC10
Black with #C5CC10
Text Example
Text Example
White with #C5CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC10; }
p { color: rgb(197,204,16); }
H1.HeaderClassName
{
color: #C5CC10;
}
.AnyTagClassName
{
color: #C5CC10;
}
</style>
background-color css
<style>
a { background-color: #C5CC10; }
a { background-color: rgb(197,204,16); }
div.DivClassName
{
background-color: #C5CC10;
}
.BgClassName
{
background-color: #C5CC10;
}
</style>
border-color css
<style>
span { border-color: #C5CC10; }
span { border-color: rgb(197,204,16); }
td.TdClassName
{
border-color: #C5CC10;
}
.TagClassName
{
border-color: #C5CC10;
}
</style>