Shades of La Rioja #C7CA08
Tints of La Rioja #C7CA08
RGB
CMYK
RGB Variations
Color information
#C7CA08 (or 0xC7CA08) is known color: La Rioja. HEX triplet: C7, CA and 08. RGB value is (199,202,8). Sum of RGB (Red+Green+Blue) = 199+202+8=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CA08 is #3835F7. Grayscale: #B3B3B3. Windows color (decimal): -3683832 or 576199. OLE color: 576199.
HSL color Cylindrical-coordinate representation of color #C7CA08: hue angle of 60.93º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7CA08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.21 |
| HSL | 60.93º | 0.92% | 0.41% | - |
| HSV(B) | 60.93º | 0.96% | 0.79% | - |
| XYZ | 44.72 | 54.4 | 8.37 | - |
| YUV | 178.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 8 | 0.01 | 0 | 0.96 | 0.21 | 60.93 | 0.92 | 0.41 |
| Hex | C7 | CA | 8 | 1 | 0 | 60 | 15 | 3D | 5C | 29 |
| Octal | 307 | 312 | 10 | 1 | 0 | 140 | 25 | 75 | 134 | 51 |
| Binary | 11000111 | 11001010 | 1000 | 1 | 0 | 1100000 | 10101 | 111101 | 1011100 | 101001 |
Color Harmonies of #C7CA08
Complementary color
Monochromatic Colors of #C7CA08
Black with #C7CA08
Text Example
Text Example
White with #C7CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA08; }
p { color: rgb(199,202,8); }
H1.HeaderClassName
{
color: #C7CA08;
}
.AnyTagClassName
{
color: #C7CA08;
}
</style>
background-color css
<style>
a { background-color: #C7CA08; }
a { background-color: rgb(199,202,8); }
div.DivClassName
{
background-color: #C7CA08;
}
.BgClassName
{
background-color: #C7CA08;
}
</style>
border-color css
<style>
span { border-color: #C7CA08; }
span { border-color: rgb(199,202,8); }
td.TdClassName
{
border-color: #C7CA08;
}
.TagClassName
{
border-color: #C7CA08;
}
</style>