Shades of Rio Grande #C2CB15
Tints of Rio Grande #C2CB15
RGB
CMYK
RGB Variations
Color information
#C2CB15 (or 0xC2CB15) is known color: Rio Grande. HEX triplet: C2, CB and 15. RGB value is (194,203,21). Sum of RGB (Red+Green+Blue) = 194+203+21=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CB15 is #3D34EA. Grayscale: #B4B4B4. Windows color (decimal): -4011243 or 1428418. OLE color: 1428418.
HSL color Cylindrical-coordinate representation of color #C2CB15: hue angle of 62.97º 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 #C2CB15 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 21 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.20 |
| HSL | 62.97º | 0.81% | 0.44% | - |
| HSV(B) | 62.97º | 0.9% | 0.8% | - |
| XYZ | 43.74 | 54.24 | 8.87 | - |
| YUV | 179.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 21 | 0.04 | 0 | 0.90 | 0.20 | 62.97 | 0.81 | 0.44 |
| Hex | C2 | CB | 15 | 4 | 0 | 5A | 14 | 3F | 51 | 2C |
| Octal | 302 | 313 | 25 | 4 | 0 | 132 | 24 | 77 | 121 | 54 |
| Binary | 11000010 | 11001011 | 10101 | 100 | 0 | 1011010 | 10100 | 111111 | 1010001 | 101100 |
Color Harmonies of #C2CB15
Complementary color
Monochromatic Colors of #C2CB15
Black with #C2CB15
Text Example
Text Example
White with #C2CB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB15; }
p { color: rgb(194,203,21); }
H1.HeaderClassName
{
color: #C2CB15;
}
.AnyTagClassName
{
color: #C2CB15;
}
</style>
background-color css
<style>
a { background-color: #C2CB15; }
a { background-color: rgb(194,203,21); }
div.DivClassName
{
background-color: #C2CB15;
}
.BgClassName
{
background-color: #C2CB15;
}
</style>
border-color css
<style>
span { border-color: #C2CB15; }
span { border-color: rgb(194,203,21); }
td.TdClassName
{
border-color: #C2CB15;
}
.TagClassName
{
border-color: #C2CB15;
}
</style>