Shades of Rio Grande #C0CD14
Tints of Rio Grande #C0CD14
RGB
CMYK
RGB Variations
Color information
#C0CD14 (or 0xC0CD14) is known color: Rio Grande. HEX triplet: C0, CD and 14. RGB value is (192,205,20). Sum of RGB (Red+Green+Blue) = 192+205+20=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CD14 is #3F32EB. Grayscale: #B4B4B4. Windows color (decimal): -4141804 or 1363392. OLE color: 1363392.
HSL color Cylindrical-coordinate representation of color #C0CD14: hue angle of 64.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0CD14 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 20 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.20 |
| HSL | 64.22º | 0.82% | 0.44% | - |
| HSV(B) | 64.22º | 0.9% | 0.8% | - |
| XYZ | 43.7 | 54.92 | 8.96 | - |
| YUV | 180.02 | 37.69 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 20 | 0.06 | 0 | 0.90 | 0.20 | 64.22 | 0.82 | 0.44 |
| Hex | C0 | CD | 14 | 6 | 0 | 5A | 14 | 40 | 52 | 2C |
| Octal | 300 | 315 | 24 | 6 | 0 | 132 | 24 | 100 | 122 | 54 |
| Binary | 11000000 | 11001101 | 10100 | 110 | 0 | 1011010 | 10100 | 1000000 | 1010010 | 101100 |
Color Harmonies of #C0CD14
Complementary color
Monochromatic Colors of #C0CD14
Black with #C0CD14
Text Example
Text Example
White with #C0CD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD14; }
p { color: rgb(192,205,20); }
H1.HeaderClassName
{
color: #C0CD14;
}
.AnyTagClassName
{
color: #C0CD14;
}
</style>
background-color css
<style>
a { background-color: #C0CD14; }
a { background-color: rgb(192,205,20); }
div.DivClassName
{
background-color: #C0CD14;
}
.BgClassName
{
background-color: #C0CD14;
}
</style>
border-color css
<style>
span { border-color: #C0CD14; }
span { border-color: rgb(192,205,20); }
td.TdClassName
{
border-color: #C0CD14;
}
.TagClassName
{
border-color: #C0CD14;
}
</style>