Shades of La Rioja #C2CF0D
Tints of La Rioja #C2CF0D
RGB
CMYK
RGB Variations
Color information
#C2CF0D (or 0xC2CF0D) is known color: La Rioja. HEX triplet: C2, CF and 0D. RGB value is (194,207,13). Sum of RGB (Red+Green+Blue) = 194+207+13=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CF0D is #3D30F2. Grayscale: #B5B5B5. Windows color (decimal): -4010227 or 905154. OLE color: 905154.
HSL color Cylindrical-coordinate representation of color #C2CF0D: hue angle of 64.02º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2CF0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.19 |
| HSL | 64.02º | 0.88% | 0.43% | - |
| HSV(B) | 64.02º | 0.94% | 0.81% | - |
| XYZ | 44.63 | 56.12 | 8.86 | - |
| YUV | 181 | 33.19 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 13 | 0.06 | 0 | 0.94 | 0.19 | 64.02 | 0.88 | 0.43 |
| Hex | C2 | CF | D | 6 | 0 | 5E | 13 | 40 | 58 | 2B |
| Octal | 302 | 317 | 15 | 6 | 0 | 136 | 23 | 100 | 130 | 53 |
| Binary | 11000010 | 11001111 | 1101 | 110 | 0 | 1011110 | 10011 | 1000000 | 1011000 | 101011 |
Color Harmonies of #C2CF0D
Complementary color
Monochromatic Colors of #C2CF0D
Black with #C2CF0D
Text Example
Text Example
White with #C2CF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF0D; }
p { color: rgb(194,207,13); }
H1.HeaderClassName
{
color: #C2CF0D;
}
.AnyTagClassName
{
color: #C2CF0D;
}
</style>
background-color css
<style>
a { background-color: #C2CF0D; }
a { background-color: rgb(194,207,13); }
div.DivClassName
{
background-color: #C2CF0D;
}
.BgClassName
{
background-color: #C2CF0D;
}
</style>
border-color css
<style>
span { border-color: #C2CF0D; }
span { border-color: rgb(194,207,13); }
td.TdClassName
{
border-color: #C2CF0D;
}
.TagClassName
{
border-color: #C2CF0D;
}
</style>