Shades of Rio Grande #C0CD1D
Tints of Rio Grande #C0CD1D
RGB
CMYK
RGB Variations
Color information
#C0CD1D (or 0xC0CD1D) is known color: Rio Grande. HEX triplet: C0, CD and 1D. RGB value is (192,205,29). Sum of RGB (Red+Green+Blue) = 192+205+29=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD1D is #3F32E2. Grayscale: #B5B5B5. Windows color (decimal): -4141795 or 1953216. OLE color: 1953216.
HSL color Cylindrical-coordinate representation of color #C0CD1D: hue angle of 64.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0CD1D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.20 |
| HSL | 64.43º | 0.75% | 0.46% | - |
| HSV(B) | 64.43º | 0.86% | 0.8% | - |
| XYZ | 43.79 | 54.96 | 9.46 | - |
| YUV | 181.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 29 | 0.06 | 0 | 0.86 | 0.20 | 64.43 | 0.75 | 0.46 |
| Hex | C0 | CD | 1D | 6 | 0 | 56 | 14 | 40 | 4B | 2E |
| Octal | 300 | 315 | 35 | 6 | 0 | 126 | 24 | 100 | 113 | 56 |
| Binary | 11000000 | 11001101 | 11101 | 110 | 0 | 1010110 | 10100 | 1000000 | 1001011 | 101110 |
Color Harmonies of #C0CD1D
Complementary color
Monochromatic Colors of #C0CD1D
Black with #C0CD1D
Text Example
Text Example
White with #C0CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD1D; }
p { color: rgb(192,205,29); }
H1.HeaderClassName
{
color: #C0CD1D;
}
.AnyTagClassName
{
color: #C0CD1D;
}
</style>
background-color css
<style>
a { background-color: #C0CD1D; }
a { background-color: rgb(192,205,29); }
div.DivClassName
{
background-color: #C0CD1D;
}
.BgClassName
{
background-color: #C0CD1D;
}
</style>
border-color css
<style>
span { border-color: #C0CD1D; }
span { border-color: rgb(192,205,29); }
td.TdClassName
{
border-color: #C0CD1D;
}
.TagClassName
{
border-color: #C0CD1D;
}
</style>