Shades of La Rioja #C3CF00
Tints of La Rioja #C3CF00
RGB
CMYK
RGB Variations
Color information
#C3CF00 (or 0xC3CF00) is known color: La Rioja. HEX triplet: C3, CF and 00. RGB value is (195,207,0). Sum of RGB (Red+Green+Blue) = 195+207+0=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CF00 is #3C30FF. Grayscale: #B4B4B4. Windows color (decimal): -3944704 or 53187. OLE color: 53187.
HSL color Cylindrical-coordinate representation of color #C3CF00: hue angle of 63.48º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3CF00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.19 |
| HSL | 63.48º | 1% | 0.41% | - |
| HSV(B) | 63.48º | 1% | 0.81% | - |
| XYZ | 44.82 | 56.23 | 8.49 | - |
| YUV | 179.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 0 | 0.06 | 0 | 1 | 0.19 | 63.48 | 1 | 0.41 |
| Hex | C3 | CF | 0 | 6 | 0 | 64 | 13 | 3F | 64 | 29 |
| Octal | 303 | 317 | 0 | 6 | 0 | 144 | 23 | 77 | 144 | 51 |
| Binary | 11000011 | 11001111 | 0 | 110 | 0 | 1100100 | 10011 | 111111 | 1100100 | 101001 |
Color Harmonies of #C3CF00
Complementary color
Monochromatic Colors of #C3CF00
Black with #C3CF00
Text Example
Text Example
White with #C3CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF00; }
p { color: rgb(195,207,0); }
H1.HeaderClassName
{
color: #C3CF00;
}
.AnyTagClassName
{
color: #C3CF00;
}
</style>
background-color css
<style>
a { background-color: #C3CF00; }
a { background-color: rgb(195,207,0); }
div.DivClassName
{
background-color: #C3CF00;
}
.BgClassName
{
background-color: #C3CF00;
}
</style>
border-color css
<style>
span { border-color: #C3CF00; }
span { border-color: rgb(195,207,0); }
td.TdClassName
{
border-color: #C3CF00;
}
.TagClassName
{
border-color: #C3CF00;
}
</style>