Shades of La Rioja #C4CF04
Tints of La Rioja #C4CF04
RGB
CMYK
RGB Variations
Color information
#C4CF04 (or 0xC4CF04) is known color: La Rioja. HEX triplet: C4, CF and 04. RGB value is (196,207,4). Sum of RGB (Red+Green+Blue) = 196+207+4=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CF04 is #3B30FB. Grayscale: #B5B5B5. Windows color (decimal): -3879164 or 315332. OLE color: 315332.
HSL color Cylindrical-coordinate representation of color #C4CF04: hue angle of 63.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4CF04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.19 |
| HSL | 63.25º | 0.96% | 0.41% | - |
| HSV(B) | 63.25º | 0.98% | 0.81% | - |
| XYZ | 45.1 | 56.37 | 8.62 | - |
| YUV | 180.57 | 28.36 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 4 | 0.05 | 0 | 0.98 | 0.19 | 63.25 | 0.96 | 0.41 |
| Hex | C4 | CF | 4 | 5 | 0 | 62 | 13 | 3F | 60 | 29 |
| Octal | 304 | 317 | 4 | 5 | 0 | 142 | 23 | 77 | 140 | 51 |
| Binary | 11000100 | 11001111 | 100 | 101 | 0 | 1100010 | 10011 | 111111 | 1100000 | 101001 |
Color Harmonies of #C4CF04
Complementary color
Monochromatic Colors of #C4CF04
Black with #C4CF04
Text Example
Text Example
White with #C4CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF04; }
p { color: rgb(196,207,4); }
H1.HeaderClassName
{
color: #C4CF04;
}
.AnyTagClassName
{
color: #C4CF04;
}
</style>
background-color css
<style>
a { background-color: #C4CF04; }
a { background-color: rgb(196,207,4); }
div.DivClassName
{
background-color: #C4CF04;
}
.BgClassName
{
background-color: #C4CF04;
}
</style>
border-color css
<style>
span { border-color: #C4CF04; }
span { border-color: rgb(196,207,4); }
td.TdClassName
{
border-color: #C4CF04;
}
.TagClassName
{
border-color: #C4CF04;
}
</style>