Shades of Rio Grande #C1C02B
Tints of Rio Grande #C1C02B
RGB
CMYK
RGB Variations
Color information
#C1C02B (or 0xC1C02B) is known color: Rio Grande. HEX triplet: C1, C0 and 2B. RGB value is (193,192,43). Sum of RGB (Red+Green+Blue) = 193+192+43=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C02B is #3E3FD4. Grayscale: #AFAFAF. Windows color (decimal): -4079573 or 2867393. OLE color: 2867393.
HSL color Cylindrical-coordinate representation of color #C1C02B: hue angle of 59.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1C02B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.24 |
| HSL | 59.6º | 0.64% | 0.46% | - |
| HSV(B) | 59.6º | 0.78% | 0.76% | - |
| XYZ | 41.28 | 49.21 | 9.61 | - |
| YUV | 175.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 43 | 0 | 0.01 | 0.78 | 0.24 | 59.6 | 0.64 | 0.46 |
| Hex | C1 | C0 | 2B | 0 | 1 | 4E | 18 | 3C | 40 | 2E |
| Octal | 301 | 300 | 53 | 0 | 1 | 116 | 30 | 74 | 100 | 56 |
| Binary | 11000001 | 11000000 | 101011 | 0 | 1 | 1001110 | 11000 | 111100 | 1000000 | 101110 |
Color Harmonies of #C1C02B
Complementary color
Monochromatic Colors of #C1C02B
Black with #C1C02B
Text Example
Text Example
White with #C1C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C02B; }
p { color: rgb(193,192,43); }
H1.HeaderClassName
{
color: #C1C02B;
}
.AnyTagClassName
{
color: #C1C02B;
}
</style>
background-color css
<style>
a { background-color: #C1C02B; }
a { background-color: rgb(193,192,43); }
div.DivClassName
{
background-color: #C1C02B;
}
.BgClassName
{
background-color: #C1C02B;
}
</style>
border-color css
<style>
span { border-color: #C1C02B; }
span { border-color: rgb(193,192,43); }
td.TdClassName
{
border-color: #C1C02B;
}
.TagClassName
{
border-color: #C1C02B;
}
</style>