Shades of La Rioja #C3C80F
Tints of La Rioja #C3C80F
RGB
CMYK
RGB Variations
Color information
#C3C80F (or 0xC3C80F) is known color: La Rioja. HEX triplet: C3, C8 and 0F. RGB value is (195,200,15). Sum of RGB (Red+Green+Blue) = 195+200+15=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C80F is #3C37F0. Grayscale: #B2B2B2. Windows color (decimal): -3946481 or 1034435. OLE color: 1034435.
HSL color Cylindrical-coordinate representation of color #C3C80F: hue angle of 61.62º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3C80F is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 200 | 15 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.22 |
| HSL | 61.62º | 0.86% | 0.42% | - |
| HSV(B) | 61.62º | 0.93% | 0.78% | - |
| XYZ | 43.25 | 52.95 | 8.39 | - |
| YUV | 177.42 | 36.34 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 15 | 0.02 | 0 | 0.92 | 0.22 | 61.62 | 0.86 | 0.42 |
| Hex | C3 | C8 | F | 2 | 0 | 5C | 16 | 3E | 56 | 2A |
| Octal | 303 | 310 | 17 | 2 | 0 | 134 | 26 | 76 | 126 | 52 |
| Binary | 11000011 | 11001000 | 1111 | 10 | 0 | 1011100 | 10110 | 111110 | 1010110 | 101010 |
Color Harmonies of #C3C80F
Complementary color
Monochromatic Colors of #C3C80F
Black with #C3C80F
Text Example
Text Example
White with #C3C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C80F; }
p { color: rgb(195,200,15); }
H1.HeaderClassName
{
color: #C3C80F;
}
.AnyTagClassName
{
color: #C3C80F;
}
</style>
background-color css
<style>
a { background-color: #C3C80F; }
a { background-color: rgb(195,200,15); }
div.DivClassName
{
background-color: #C3C80F;
}
.BgClassName
{
background-color: #C3C80F;
}
</style>
border-color css
<style>
span { border-color: #C3C80F; }
span { border-color: rgb(195,200,15); }
td.TdClassName
{
border-color: #C3C80F;
}
.TagClassName
{
border-color: #C3C80F;
}
</style>