Shades of Rio Grande #C0C923
Tints of Rio Grande #C0C923
RGB
CMYK
RGB Variations
Color information
#C0C923 (or 0xC0C923) is known color: Rio Grande. HEX triplet: C0, C9 and 23. RGB value is (192,201,35). Sum of RGB (Red+Green+Blue) = 192+201+35=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C923 is #3F36DC. Grayscale: #B4B4B4. Windows color (decimal): -4142813 or 2345408. OLE color: 2345408.
HSL color Cylindrical-coordinate representation of color #C0C923: hue angle of 63.25º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0C923 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 35 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.21 |
| HSL | 63.25º | 0.7% | 0.46% | - |
| HSV(B) | 63.25º | 0.83% | 0.79% | - |
| XYZ | 42.93 | 53.1 | 9.58 | - |
| YUV | 179.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 35 | 0.04 | 0 | 0.83 | 0.21 | 63.25 | 0.7 | 0.46 |
| Hex | C0 | C9 | 23 | 4 | 0 | 53 | 15 | 3F | 46 | 2E |
| Octal | 300 | 311 | 43 | 4 | 0 | 123 | 25 | 77 | 106 | 56 |
| Binary | 11000000 | 11001001 | 100011 | 100 | 0 | 1010011 | 10101 | 111111 | 1000110 | 101110 |
Color Harmonies of #C0C923
Complementary color
Monochromatic Colors of #C0C923
Black with #C0C923
Text Example
Text Example
White with #C0C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C923; }
p { color: rgb(192,201,35); }
H1.HeaderClassName
{
color: #C0C923;
}
.AnyTagClassName
{
color: #C0C923;
}
</style>
background-color css
<style>
a { background-color: #C0C923; }
a { background-color: rgb(192,201,35); }
div.DivClassName
{
background-color: #C0C923;
}
.BgClassName
{
background-color: #C0C923;
}
</style>
border-color css
<style>
span { border-color: #C0C923; }
span { border-color: rgb(192,201,35); }
td.TdClassName
{
border-color: #C0C923;
}
.TagClassName
{
border-color: #C0C923;
}
</style>