Shades of Rio Grande #C1C627
Tints of Rio Grande #C1C627
RGB
CMYK
RGB Variations
Color information
#C1C627 (or 0xC1C627) is known color: Rio Grande. HEX triplet: C1, C6 and 27. RGB value is (193,198,39). Sum of RGB (Red+Green+Blue) = 193+198+39=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C627 is #3E39D8. Grayscale: #B3B3B3. Windows color (decimal): -4078041 or 2606785. OLE color: 2606785.
HSL color Cylindrical-coordinate representation of color #C1C627: hue angle of 61.89º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1C627 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 198 | 39 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.22 |
| HSL | 61.89º | 0.67% | 0.46% | - |
| HSV(B) | 61.89º | 0.8% | 0.78% | - |
| XYZ | 42.55 | 51.87 | 9.69 | - |
| YUV | 178.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 39 | 0.03 | 0 | 0.80 | 0.22 | 61.89 | 0.67 | 0.46 |
| Hex | C1 | C6 | 27 | 3 | 0 | 50 | 16 | 3E | 43 | 2E |
| Octal | 301 | 306 | 47 | 3 | 0 | 120 | 26 | 76 | 103 | 56 |
| Binary | 11000001 | 11000110 | 100111 | 11 | 0 | 1010000 | 10110 | 111110 | 1000011 | 101110 |
Color Harmonies of #C1C627
Complementary color
Monochromatic Colors of #C1C627
Black with #C1C627
Text Example
Text Example
White with #C1C627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C627; }
p { color: rgb(193,198,39); }
H1.HeaderClassName
{
color: #C1C627;
}
.AnyTagClassName
{
color: #C1C627;
}
</style>
background-color css
<style>
a { background-color: #C1C627; }
a { background-color: rgb(193,198,39); }
div.DivClassName
{
background-color: #C1C627;
}
.BgClassName
{
background-color: #C1C627;
}
</style>
border-color css
<style>
span { border-color: #C1C627; }
span { border-color: rgb(193,198,39); }
td.TdClassName
{
border-color: #C1C627;
}
.TagClassName
{
border-color: #C1C627;
}
</style>