Shades of Rio Grande #C1BF1C
Tints of Rio Grande #C1BF1C
RGB
CMYK
RGB Variations
Color information
#C1BF1C (or 0xC1BF1C) is known color: Rio Grande. HEX triplet: C1, BF and 1C. RGB value is (193,191,28). Sum of RGB (Red+Green+Blue) = 193+191+28=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF1C is #3E40E3. Grayscale: #ADADAD. Windows color (decimal): -4079844 or 1884097. OLE color: 1884097.
HSL color Cylindrical-coordinate representation of color #C1BF1C: hue angle of 59.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1BF1C is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 28 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.24 |
| HSL | 59.27º | 0.75% | 0.43% | - |
| HSV(B) | 59.27º | 0.85% | 0.76% | - |
| XYZ | 40.83 | 48.68 | 8.34 | - |
| YUV | 173.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 28 | 0 | 0.01 | 0.85 | 0.24 | 59.27 | 0.75 | 0.43 |
| Hex | C1 | BF | 1C | 0 | 1 | 55 | 18 | 3B | 4B | 2B |
| Octal | 301 | 277 | 34 | 0 | 1 | 125 | 30 | 73 | 113 | 53 |
| Binary | 11000001 | 10111111 | 11100 | 0 | 1 | 1010101 | 11000 | 111011 | 1001011 | 101011 |
Color Harmonies of #C1BF1C
Complementary color
Monochromatic Colors of #C1BF1C
Black with #C1BF1C
Text Example
Text Example
White with #C1BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF1C; }
p { color: rgb(193,191,28); }
H1.HeaderClassName
{
color: #C1BF1C;
}
.AnyTagClassName
{
color: #C1BF1C;
}
</style>
background-color css
<style>
a { background-color: #C1BF1C; }
a { background-color: rgb(193,191,28); }
div.DivClassName
{
background-color: #C1BF1C;
}
.BgClassName
{
background-color: #C1BF1C;
}
</style>
border-color css
<style>
span { border-color: #C1BF1C; }
span { border-color: rgb(193,191,28); }
td.TdClassName
{
border-color: #C1BF1C;
}
.TagClassName
{
border-color: #C1BF1C;
}
</style>