Shades of Rio Grande #C1C328
Tints of Rio Grande #C1C328
RGB
CMYK
RGB Variations
Color information
#C1C328 (or 0xC1C328) is known color: Rio Grande. HEX triplet: C1, C3 and 28. RGB value is (193,195,40). Sum of RGB (Red+Green+Blue) = 193+195+40=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C328 is #3E3CD7. Grayscale: #B1B1B1. Windows color (decimal): -4078808 or 2671553. OLE color: 2671553.
HSL color Cylindrical-coordinate representation of color #C1C328: hue angle of 60.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1C328 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 40 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.24 |
| HSL | 60.77º | 0.66% | 0.46% | - |
| HSV(B) | 60.77º | 0.79% | 0.76% | - |
| XYZ | 41.89 | 50.52 | 9.55 | - |
| YUV | 176.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 40 | 0.01 | 0 | 0.79 | 0.24 | 60.77 | 0.66 | 0.46 |
| Hex | C1 | C3 | 28 | 1 | 0 | 4F | 18 | 3D | 42 | 2E |
| Octal | 301 | 303 | 50 | 1 | 0 | 117 | 30 | 75 | 102 | 56 |
| Binary | 11000001 | 11000011 | 101000 | 1 | 0 | 1001111 | 11000 | 111101 | 1000010 | 101110 |
Color Harmonies of #C1C328
Complementary color
Monochromatic Colors of #C1C328
Black with #C1C328
Text Example
Text Example
White with #C1C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C328; }
p { color: rgb(193,195,40); }
H1.HeaderClassName
{
color: #C1C328;
}
.AnyTagClassName
{
color: #C1C328;
}
</style>
background-color css
<style>
a { background-color: #C1C328; }
a { background-color: rgb(193,195,40); }
div.DivClassName
{
background-color: #C1C328;
}
.BgClassName
{
background-color: #C1C328;
}
</style>
border-color css
<style>
span { border-color: #C1C328; }
span { border-color: rgb(193,195,40); }
td.TdClassName
{
border-color: #C1C328;
}
.TagClassName
{
border-color: #C1C328;
}
</style>