Shades of Rio Grande #C1BC20
Tints of Rio Grande #C1BC20
RGB
CMYK
RGB Variations
Color information
#C1BC20 (or 0xC1BC20) is known color: Rio Grande. HEX triplet: C1, BC and 20. RGB value is (193,188,32). Sum of RGB (Red+Green+Blue) = 193+188+32=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC20 is #3E43DF. Grayscale: #ACACAC. Windows color (decimal): -4080608 or 2145473. OLE color: 2145473.
HSL color Cylindrical-coordinate representation of color #C1BC20: hue angle of 58.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1BC20 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 32 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.24 |
| HSL | 58.14º | 0.72% | 0.44% | - |
| HSV(B) | 58.14º | 0.83% | 0.76% | - |
| XYZ | 40.24 | 47.41 | 8.4 | - |
| YUV | 171.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 32 | 0 | 0.03 | 0.83 | 0.24 | 58.14 | 0.72 | 0.44 |
| Hex | C1 | BC | 20 | 0 | 3 | 53 | 18 | 3A | 48 | 2C |
| Octal | 301 | 274 | 40 | 0 | 3 | 123 | 30 | 72 | 110 | 54 |
| Binary | 11000001 | 10111100 | 100000 | 0 | 11 | 1010011 | 11000 | 111010 | 1001000 | 101100 |
Color Harmonies of #C1BC20
Complementary color
Monochromatic Colors of #C1BC20
Black with #C1BC20
Text Example
Text Example
White with #C1BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC20; }
p { color: rgb(193,188,32); }
H1.HeaderClassName
{
color: #C1BC20;
}
.AnyTagClassName
{
color: #C1BC20;
}
</style>
background-color css
<style>
a { background-color: #C1BC20; }
a { background-color: rgb(193,188,32); }
div.DivClassName
{
background-color: #C1BC20;
}
.BgClassName
{
background-color: #C1BC20;
}
</style>
border-color css
<style>
span { border-color: #C1BC20; }
span { border-color: rgb(193,188,32); }
td.TdClassName
{
border-color: #C1BC20;
}
.TagClassName
{
border-color: #C1BC20;
}
</style>