Shades of Rio Grande #C0C323
Tints of Rio Grande #C0C323
RGB
CMYK
RGB Variations
Color information
#C0C323 (or 0xC0C323) is known color: Rio Grande. HEX triplet: C0, C3 and 23. RGB value is (192,195,35). Sum of RGB (Red+Green+Blue) = 192+195+35=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C323 is #3F3CDC. Grayscale: #B0B0B0. Windows color (decimal): -4144349 or 2343872. OLE color: 2343872.
HSL color Cylindrical-coordinate representation of color #C0C323: hue angle of 61.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0C323 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 35 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.24 |
| HSL | 61.13º | 0.7% | 0.45% | - |
| HSV(B) | 61.13º | 0.82% | 0.76% | - |
| XYZ | 41.56 | 50.36 | 9.12 | - |
| YUV | 175.86 | 48.51 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 35 | 0.02 | 0 | 0.82 | 0.24 | 61.13 | 0.7 | 0.45 |
| Hex | C0 | C3 | 23 | 2 | 0 | 52 | 18 | 3D | 46 | 2D |
| Octal | 300 | 303 | 43 | 2 | 0 | 122 | 30 | 75 | 106 | 55 |
| Binary | 11000000 | 11000011 | 100011 | 10 | 0 | 1010010 | 11000 | 111101 | 1000110 | 101101 |
Color Harmonies of #C0C323
Complementary color
Monochromatic Colors of #C0C323
Black with #C0C323
Text Example
Text Example
White with #C0C323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C323; }
p { color: rgb(192,195,35); }
H1.HeaderClassName
{
color: #C0C323;
}
.AnyTagClassName
{
color: #C0C323;
}
</style>
background-color css
<style>
a { background-color: #C0C323; }
a { background-color: rgb(192,195,35); }
div.DivClassName
{
background-color: #C0C323;
}
.BgClassName
{
background-color: #C0C323;
}
</style>
border-color css
<style>
span { border-color: #C0C323; }
span { border-color: rgb(192,195,35); }
td.TdClassName
{
border-color: #C0C323;
}
.TagClassName
{
border-color: #C0C323;
}
</style>