Shades of La Rioja #C8CA06
Tints of La Rioja #C8CA06
RGB
CMYK
RGB Variations
Color information
#C8CA06 (or 0xC8CA06) is known color: La Rioja. HEX triplet: C8, CA and 06. RGB value is (200,202,6). Sum of RGB (Red+Green+Blue) = 200+202+6=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CA06 is #3735F9. Grayscale: #B3B3B3. Windows color (decimal): -3618298 or 445128. OLE color: 445128.
HSL color Cylindrical-coordinate representation of color #C8CA06: hue angle of 60.61º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8CA06 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 6 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.21 |
| HSL | 60.61º | 0.94% | 0.41% | - |
| HSV(B) | 60.61º | 0.97% | 0.79% | - |
| XYZ | 44.97 | 54.53 | 8.33 | - |
| YUV | 179.06 | 30.34 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 6 | 0.01 | 0 | 0.97 | 0.21 | 60.61 | 0.94 | 0.41 |
| Hex | C8 | CA | 6 | 1 | 0 | 61 | 15 | 3D | 5E | 29 |
| Octal | 310 | 312 | 6 | 1 | 0 | 141 | 25 | 75 | 136 | 51 |
| Binary | 11001000 | 11001010 | 110 | 1 | 0 | 1100001 | 10101 | 111101 | 1011110 | 101001 |
Color Harmonies of #C8CA06
Complementary color
Monochromatic Colors of #C8CA06
Black with #C8CA06
Text Example
Text Example
White with #C8CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA06; }
p { color: rgb(200,202,6); }
H1.HeaderClassName
{
color: #C8CA06;
}
.AnyTagClassName
{
color: #C8CA06;
}
</style>
background-color css
<style>
a { background-color: #C8CA06; }
a { background-color: rgb(200,202,6); }
div.DivClassName
{
background-color: #C8CA06;
}
.BgClassName
{
background-color: #C8CA06;
}
</style>
border-color css
<style>
span { border-color: #C8CA06; }
span { border-color: rgb(200,202,6); }
td.TdClassName
{
border-color: #C8CA06;
}
.TagClassName
{
border-color: #C8CA06;
}
</style>