Shades of Rio Grande #C0C623
Tints of Rio Grande #C0C623
RGB
CMYK
RGB Variations
Color information
#C0C623 (or 0xC0C623) is known color: Rio Grande. HEX triplet: C0, C6 and 23. RGB value is (192,198,35). Sum of RGB (Red+Green+Blue) = 192+198+35=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C623 is #3F39DC. Grayscale: #B2B2B2. Windows color (decimal): -4143581 or 2344640. OLE color: 2344640.
HSL color Cylindrical-coordinate representation of color #C0C623: hue angle of 62.21º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0C623 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.22 |
| HSL | 62.21º | 0.7% | 0.46% | - |
| HSV(B) | 62.21º | 0.82% | 0.78% | - |
| XYZ | 42.24 | 51.72 | 9.35 | - |
| YUV | 177.62 | 47.51 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 35 | 0.03 | 0 | 0.82 | 0.22 | 62.21 | 0.7 | 0.46 |
| Hex | C0 | C6 | 23 | 3 | 0 | 52 | 16 | 3E | 46 | 2E |
| Octal | 300 | 306 | 43 | 3 | 0 | 122 | 26 | 76 | 106 | 56 |
| Binary | 11000000 | 11000110 | 100011 | 11 | 0 | 1010010 | 10110 | 111110 | 1000110 | 101110 |
Color Harmonies of #C0C623
Complementary color
Monochromatic Colors of #C0C623
Black with #C0C623
Text Example
Text Example
White with #C0C623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C623; }
p { color: rgb(192,198,35); }
H1.HeaderClassName
{
color: #C0C623;
}
.AnyTagClassName
{
color: #C0C623;
}
</style>
background-color css
<style>
a { background-color: #C0C623; }
a { background-color: rgb(192,198,35); }
div.DivClassName
{
background-color: #C0C623;
}
.BgClassName
{
background-color: #C0C623;
}
</style>
border-color css
<style>
span { border-color: #C0C623; }
span { border-color: rgb(192,198,35); }
td.TdClassName
{
border-color: #C0C623;
}
.TagClassName
{
border-color: #C0C623;
}
</style>