Shades of La Rioja #C4C30C
Tints of La Rioja #C4C30C
RGB
CMYK
RGB Variations
Color information
#C4C30C (or 0xC4C30C) is known color: La Rioja. HEX triplet: C4, C3 and 0C. RGB value is (196,195,12). Sum of RGB (Red+Green+Blue) = 196+195+12=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C30C is #3B3CF3. Grayscale: #AFAFAF. Windows color (decimal): -3882228 or 836548. OLE color: 836548.
HSL color Cylindrical-coordinate representation of color #C4C30C: hue angle of 59.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4C30C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.23 |
| HSL | 59.67º | 0.88% | 0.41% | - |
| HSV(B) | 59.67º | 0.94% | 0.77% | - |
| XYZ | 42.35 | 50.79 | 7.92 | - |
| YUV | 174.44 | 36.33 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 12 | 0 | 0.01 | 0.94 | 0.23 | 59.67 | 0.88 | 0.41 |
| Hex | C4 | C3 | C | 0 | 1 | 5E | 17 | 3C | 58 | 29 |
| Octal | 304 | 303 | 14 | 0 | 1 | 136 | 27 | 74 | 130 | 51 |
| Binary | 11000100 | 11000011 | 1100 | 0 | 1 | 1011110 | 10111 | 111100 | 1011000 | 101001 |
Color Harmonies of #C4C30C
Complementary color
Monochromatic Colors of #C4C30C
Black with #C4C30C
Text Example
Text Example
White with #C4C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C30C; }
p { color: rgb(196,195,12); }
H1.HeaderClassName
{
color: #C4C30C;
}
.AnyTagClassName
{
color: #C4C30C;
}
</style>
background-color css
<style>
a { background-color: #C4C30C; }
a { background-color: rgb(196,195,12); }
div.DivClassName
{
background-color: #C4C30C;
}
.BgClassName
{
background-color: #C4C30C;
}
</style>
border-color css
<style>
span { border-color: #C4C30C; }
span { border-color: rgb(196,195,12); }
td.TdClassName
{
border-color: #C4C30C;
}
.TagClassName
{
border-color: #C4C30C;
}
</style>