Shades of La Rioja #C4C102
Tints of La Rioja #C4C102
RGB
CMYK
RGB Variations
Color information
#C4C102 (or 0xC4C102) is known color: La Rioja. HEX triplet: C4, C1 and 02. RGB value is (196,193,2). Sum of RGB (Red+Green+Blue) = 196+193+2=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C102 is #3B3EFD. Grayscale: #ACACAC. Windows color (decimal): -3882750 or 180676. OLE color: 180676.
HSL color Cylindrical-coordinate representation of color #C4C102: hue angle of 59.07º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4C102 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.23 |
| HSL | 59.07º | 0.98% | 0.39% | - |
| HSV(B) | 59.07º | 0.99% | 0.77% | - |
| XYZ | 41.85 | 49.88 | 7.48 | - |
| YUV | 172.12 | 31.99 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 2 | 0 | 0.02 | 0.99 | 0.23 | 59.07 | 0.98 | 0.39 |
| Hex | C4 | C1 | 2 | 0 | 2 | 63 | 17 | 3B | 62 | 27 |
| Octal | 304 | 301 | 2 | 0 | 2 | 143 | 27 | 73 | 142 | 47 |
| Binary | 11000100 | 11000001 | 10 | 0 | 10 | 1100011 | 10111 | 111011 | 1100010 | 100111 |
Color Harmonies of #C4C102
Complementary color
Monochromatic Colors of #C4C102
Black with #C4C102
Text Example
Text Example
White with #C4C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C102; }
p { color: rgb(196,193,2); }
H1.HeaderClassName
{
color: #C4C102;
}
.AnyTagClassName
{
color: #C4C102;
}
</style>
background-color css
<style>
a { background-color: #C4C102; }
a { background-color: rgb(196,193,2); }
div.DivClassName
{
background-color: #C4C102;
}
.BgClassName
{
background-color: #C4C102;
}
</style>
border-color css
<style>
span { border-color: #C4C102; }
span { border-color: rgb(196,193,2); }
td.TdClassName
{
border-color: #C4C102;
}
.TagClassName
{
border-color: #C4C102;
}
</style>