Shades of Rio Grande #C0C12D
Tints of Rio Grande #C0C12D
RGB
CMYK
RGB Variations
Color information
#C0C12D (or 0xC0C12D) is known color: Rio Grande. HEX triplet: C0, C1 and 2D. RGB value is (192,193,45). Sum of RGB (Red+Green+Blue) = 192+193+45=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C12D is #3F3ED2. Grayscale: #B0B0B0. Windows color (decimal): -4144851 or 2998720. OLE color: 2998720.
HSL color Cylindrical-coordinate representation of color #C0C12D: hue angle of 60.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0C12D is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 45 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.24 |
| HSL | 60.41º | 0.62% | 0.47% | - |
| HSV(B) | 60.41º | 0.77% | 0.76% | - |
| XYZ | 41.28 | 49.54 | 9.87 | - |
| YUV | 175.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 45 | 0.01 | 0 | 0.77 | 0.24 | 60.41 | 0.62 | 0.47 |
| Hex | C0 | C1 | 2D | 1 | 0 | 4D | 18 | 3C | 3E | 2F |
| Octal | 300 | 301 | 55 | 1 | 0 | 115 | 30 | 74 | 76 | 57 |
| Binary | 11000000 | 11000001 | 101101 | 1 | 0 | 1001101 | 11000 | 111100 | 111110 | 101111 |
Color Harmonies of #C0C12D
Complementary color
Monochromatic Colors of #C0C12D
Black with #C0C12D
Text Example
Text Example
White with #C0C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C12D; }
p { color: rgb(192,193,45); }
H1.HeaderClassName
{
color: #C0C12D;
}
.AnyTagClassName
{
color: #C0C12D;
}
</style>
background-color css
<style>
a { background-color: #C0C12D; }
a { background-color: rgb(192,193,45); }
div.DivClassName
{
background-color: #C0C12D;
}
.BgClassName
{
background-color: #C0C12D;
}
</style>
border-color css
<style>
span { border-color: #C0C12D; }
span { border-color: rgb(192,193,45); }
td.TdClassName
{
border-color: #C0C12D;
}
.TagClassName
{
border-color: #C0C12D;
}
</style>