Shades of Rio Grande #C0CD15
Tints of Rio Grande #C0CD15
RGB
CMYK
RGB Variations
Color information
#C0CD15 (or 0xC0CD15) is known color: Rio Grande. HEX triplet: C0, CD and 15. RGB value is (192,205,21). Sum of RGB (Red+Green+Blue) = 192+205+21=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CD15 is #3F32EA. Grayscale: #B4B4B4. Windows color (decimal): -4141803 or 1428928. OLE color: 1428928.
HSL color Cylindrical-coordinate representation of color #C0CD15: hue angle of 64.24º degrees, saturation: 0.81, 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 #C0CD15 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 21 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.20 |
| HSL | 64.24º | 0.81% | 0.44% | - |
| HSV(B) | 64.24º | 0.9% | 0.8% | - |
| XYZ | 43.7 | 54.92 | 9.01 | - |
| YUV | 180.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 21 | 0.06 | 0 | 0.90 | 0.20 | 64.24 | 0.81 | 0.44 |
| Hex | C0 | CD | 15 | 6 | 0 | 5A | 14 | 40 | 51 | 2C |
| Octal | 300 | 315 | 25 | 6 | 0 | 132 | 24 | 100 | 121 | 54 |
| Binary | 11000000 | 11001101 | 10101 | 110 | 0 | 1011010 | 10100 | 1000000 | 1010001 | 101100 |
Color Harmonies of #C0CD15
Complementary color
Monochromatic Colors of #C0CD15
Black with #C0CD15
Text Example
Text Example
White with #C0CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD15; }
p { color: rgb(192,205,21); }
H1.HeaderClassName
{
color: #C0CD15;
}
.AnyTagClassName
{
color: #C0CD15;
}
</style>
background-color css
<style>
a { background-color: #C0CD15; }
a { background-color: rgb(192,205,21); }
div.DivClassName
{
background-color: #C0CD15;
}
.BgClassName
{
background-color: #C0CD15;
}
</style>
border-color css
<style>
span { border-color: #C0CD15; }
span { border-color: rgb(192,205,21); }
td.TdClassName
{
border-color: #C0CD15;
}
.TagClassName
{
border-color: #C0CD15;
}
</style>