Shades of Rio Grande #C0C12B
Tints of Rio Grande #C0C12B
RGB
CMYK
RGB Variations
Color information
#C0C12B (or 0xC0C12B) is known color: Rio Grande. HEX triplet: C0, C1 and 2B. RGB value is (192,193,43). Sum of RGB (Red+Green+Blue) = 192+193+43=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C12B is #3F3ED4. Grayscale: #B0B0B0. Windows color (decimal): -4144853 or 2867648. OLE color: 2867648.
HSL color Cylindrical-coordinate representation of color #C0C12B: hue angle of 60.4º 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 #C0C12B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 43 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.24 |
| HSL | 60.4º | 0.64% | 0.46% | - |
| HSV(B) | 60.4º | 0.78% | 0.76% | - |
| XYZ | 41.24 | 49.52 | 9.67 | - |
| YUV | 175.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 43 | 0.01 | 0 | 0.78 | 0.24 | 60.4 | 0.64 | 0.46 |
| Hex | C0 | C1 | 2B | 1 | 0 | 4E | 18 | 3C | 40 | 2E |
| Octal | 300 | 301 | 53 | 1 | 0 | 116 | 30 | 74 | 100 | 56 |
| Binary | 11000000 | 11000001 | 101011 | 1 | 0 | 1001110 | 11000 | 111100 | 1000000 | 101110 |
Color Harmonies of #C0C12B
Complementary color
Monochromatic Colors of #C0C12B
Black with #C0C12B
Text Example
Text Example
White with #C0C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C12B; }
p { color: rgb(192,193,43); }
H1.HeaderClassName
{
color: #C0C12B;
}
.AnyTagClassName
{
color: #C0C12B;
}
</style>
background-color css
<style>
a { background-color: #C0C12B; }
a { background-color: rgb(192,193,43); }
div.DivClassName
{
background-color: #C0C12B;
}
.BgClassName
{
background-color: #C0C12B;
}
</style>
border-color css
<style>
span { border-color: #C0C12B; }
span { border-color: rgb(192,193,43); }
td.TdClassName
{
border-color: #C0C12B;
}
.TagClassName
{
border-color: #C0C12B;
}
</style>