Shades of Rio Grande #C1CC14
Tints of Rio Grande #C1CC14
RGB
CMYK
RGB Variations
Color information
#C1CC14 (or 0xC1CC14) is known color: Rio Grande. HEX triplet: C1, CC and 14. RGB value is (193,204,20). Sum of RGB (Red+Green+Blue) = 193+204+20=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CC14 is #3E33EB. Grayscale: #B4B4B4. Windows color (decimal): -4076524 or 1363137. OLE color: 1363137.
HSL color Cylindrical-coordinate representation of color #C1CC14: hue angle of 63.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1CC14 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.2 |
| HSL | 63.59º | 0.82% | 0.44% | - |
| HSV(B) | 63.59º | 0.9% | 0.8% | - |
| XYZ | 43.71 | 54.57 | 8.89 | - |
| YUV | 179.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 20 | 0.05 | 0 | 0.90 | 0.2 | 63.59 | 0.82 | 0.44 |
| Hex | C1 | CC | 14 | 5 | 0 | 5A | 14 | 40 | 52 | 2C |
| Octal | 301 | 314 | 24 | 5 | 0 | 132 | 24 | 100 | 122 | 54 |
| Binary | 11000001 | 11001100 | 10100 | 101 | 0 | 1011010 | 10100 | 1000000 | 1010010 | 101100 |
Color Harmonies of #C1CC14
Complementary color
Monochromatic Colors of #C1CC14
Black with #C1CC14
Text Example
Text Example
White with #C1CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC14; }
p { color: rgb(193,204,20); }
H1.HeaderClassName
{
color: #C1CC14;
}
.AnyTagClassName
{
color: #C1CC14;
}
</style>
background-color css
<style>
a { background-color: #C1CC14; }
a { background-color: rgb(193,204,20); }
div.DivClassName
{
background-color: #C1CC14;
}
.BgClassName
{
background-color: #C1CC14;
}
</style>
border-color css
<style>
span { border-color: #C1CC14; }
span { border-color: rgb(193,204,20); }
td.TdClassName
{
border-color: #C1CC14;
}
.TagClassName
{
border-color: #C1CC14;
}
</style>