Shades of Rio Grande #C0C823
Tints of Rio Grande #C0C823
RGB
CMYK
RGB Variations
Color information
#C0C823 (or 0xC0C823) is known color: Rio Grande. HEX triplet: C0, C8 and 23. RGB value is (192,200,35). Sum of RGB (Red+Green+Blue) = 192+200+35=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C823 is #3F37DC. Grayscale: #B3B3B3. Windows color (decimal): -4143069 or 2345152. OLE color: 2345152.
HSL color Cylindrical-coordinate representation of color #C0C823: hue angle of 62.91º 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 #C0C823 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 35 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.22 |
| HSL | 62.91º | 0.7% | 0.46% | - |
| HSV(B) | 62.91º | 0.83% | 0.78% | - |
| XYZ | 42.7 | 52.64 | 9.5 | - |
| YUV | 178.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 35 | 0.04 | 0 | 0.82 | 0.22 | 62.91 | 0.7 | 0.46 |
| Hex | C0 | C8 | 23 | 4 | 0 | 52 | 16 | 3F | 46 | 2E |
| Octal | 300 | 310 | 43 | 4 | 0 | 122 | 26 | 77 | 106 | 56 |
| Binary | 11000000 | 11001000 | 100011 | 100 | 0 | 1010010 | 10110 | 111111 | 1000110 | 101110 |
Color Harmonies of #C0C823
Complementary color
Monochromatic Colors of #C0C823
Black with #C0C823
Text Example
Text Example
White with #C0C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C823; }
p { color: rgb(192,200,35); }
H1.HeaderClassName
{
color: #C0C823;
}
.AnyTagClassName
{
color: #C0C823;
}
</style>
background-color css
<style>
a { background-color: #C0C823; }
a { background-color: rgb(192,200,35); }
div.DivClassName
{
background-color: #C0C823;
}
.BgClassName
{
background-color: #C0C823;
}
</style>
border-color css
<style>
span { border-color: #C0C823; }
span { border-color: rgb(192,200,35); }
td.TdClassName
{
border-color: #C0C823;
}
.TagClassName
{
border-color: #C0C823;
}
</style>