Shades of Rio Grande #C1CE20
Tints of Rio Grande #C1CE20
RGB
CMYK
RGB Variations
Color information
#C1CE20 (or 0xC1CE20) is known color: Rio Grande. HEX triplet: C1, CE and 20. RGB value is (193,206,32). Sum of RGB (Red+Green+Blue) = 193+206+32=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CE20 is #3E31DF. Grayscale: #B6B6B6. Windows color (decimal): -4076000 or 2150081. OLE color: 2150081.
HSL color Cylindrical-coordinate representation of color #C1CE20: hue angle of 64.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1CE20 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.19 |
| HSL | 64.48º | 0.73% | 0.47% | - |
| HSV(B) | 64.48º | 0.84% | 0.81% | - |
| XYZ | 44.32 | 55.58 | 9.76 | - |
| YUV | 182.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 32 | 0.06 | 0 | 0.84 | 0.19 | 64.48 | 0.73 | 0.47 |
| Hex | C1 | CE | 20 | 6 | 0 | 54 | 13 | 40 | 49 | 2F |
| Octal | 301 | 316 | 40 | 6 | 0 | 124 | 23 | 100 | 111 | 57 |
| Binary | 11000001 | 11001110 | 100000 | 110 | 0 | 1010100 | 10011 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C1CE20
Complementary color
Monochromatic Colors of #C1CE20
Black with #C1CE20
Text Example
Text Example
White with #C1CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE20; }
p { color: rgb(193,206,32); }
H1.HeaderClassName
{
color: #C1CE20;
}
.AnyTagClassName
{
color: #C1CE20;
}
</style>
background-color css
<style>
a { background-color: #C1CE20; }
a { background-color: rgb(193,206,32); }
div.DivClassName
{
background-color: #C1CE20;
}
.BgClassName
{
background-color: #C1CE20;
}
</style>
border-color css
<style>
span { border-color: #C1CE20; }
span { border-color: rgb(193,206,32); }
td.TdClassName
{
border-color: #C1CE20;
}
.TagClassName
{
border-color: #C1CE20;
}
</style>