Shades of Rio Grande #C1CE14
Tints of Rio Grande #C1CE14
RGB
CMYK
RGB Variations
Color information
#C1CE14 (or 0xC1CE14) is known color: Rio Grande. HEX triplet: C1, CE and 14. RGB value is (193,206,20). Sum of RGB (Red+Green+Blue) = 193+206+20=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CE14 is #3E31EB. Grayscale: #B5B5B5. Windows color (decimal): -4076012 or 1363649. OLE color: 1363649.
HSL color Cylindrical-coordinate representation of color #C1CE14: hue angle of 64.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1CE14 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 20 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.19 |
| HSL | 64.19º | 0.82% | 0.44% | - |
| HSV(B) | 64.19º | 0.9% | 0.81% | - |
| XYZ | 44.19 | 55.53 | 9.05 | - |
| YUV | 180.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 20 | 0.06 | 0 | 0.90 | 0.19 | 64.19 | 0.82 | 0.44 |
| Hex | C1 | CE | 14 | 6 | 0 | 5A | 13 | 40 | 52 | 2C |
| Octal | 301 | 316 | 24 | 6 | 0 | 132 | 23 | 100 | 122 | 54 |
| Binary | 11000001 | 11001110 | 10100 | 110 | 0 | 1011010 | 10011 | 1000000 | 1010010 | 101100 |
Color Harmonies of #C1CE14
Complementary color
Monochromatic Colors of #C1CE14
Black with #C1CE14
Text Example
Text Example
White with #C1CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE14; }
p { color: rgb(193,206,20); }
H1.HeaderClassName
{
color: #C1CE14;
}
.AnyTagClassName
{
color: #C1CE14;
}
</style>
background-color css
<style>
a { background-color: #C1CE14; }
a { background-color: rgb(193,206,20); }
div.DivClassName
{
background-color: #C1CE14;
}
.BgClassName
{
background-color: #C1CE14;
}
</style>
border-color css
<style>
span { border-color: #C1CE14; }
span { border-color: rgb(193,206,20); }
td.TdClassName
{
border-color: #C1CE14;
}
.TagClassName
{
border-color: #C1CE14;
}
</style>