Shades of Rio Grande #C2CB13
Tints of Rio Grande #C2CB13
RGB
CMYK
RGB Variations
Color information
#C2CB13 (or 0xC2CB13) is known color: Rio Grande. HEX triplet: C2, CB and 13. RGB value is (194,203,19). Sum of RGB (Red+Green+Blue) = 194+203+19=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2CB13 is #3D34EC. Grayscale: #B4B4B4. Windows color (decimal): -4011245 or 1297346. OLE color: 1297346.
HSL color Cylindrical-coordinate representation of color #C2CB13: hue angle of 62.93º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2CB13 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 19 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.20 |
| HSL | 62.93º | 0.83% | 0.44% | - |
| HSV(B) | 62.93º | 0.91% | 0.8% | - |
| XYZ | 43.72 | 54.23 | 8.78 | - |
| YUV | 179.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 19 | 0.04 | 0 | 0.91 | 0.20 | 62.93 | 0.83 | 0.44 |
| Hex | C2 | CB | 13 | 4 | 0 | 5B | 14 | 3F | 53 | 2C |
| Octal | 302 | 313 | 23 | 4 | 0 | 133 | 24 | 77 | 123 | 54 |
| Binary | 11000010 | 11001011 | 10011 | 100 | 0 | 1011011 | 10100 | 111111 | 1010011 | 101100 |
Color Harmonies of #C2CB13
Complementary color
Monochromatic Colors of #C2CB13
Black with #C2CB13
Text Example
Text Example
White with #C2CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB13; }
p { color: rgb(194,203,19); }
H1.HeaderClassName
{
color: #C2CB13;
}
.AnyTagClassName
{
color: #C2CB13;
}
</style>
background-color css
<style>
a { background-color: #C2CB13; }
a { background-color: rgb(194,203,19); }
div.DivClassName
{
background-color: #C2CB13;
}
.BgClassName
{
background-color: #C2CB13;
}
</style>
border-color css
<style>
span { border-color: #C2CB13; }
span { border-color: rgb(194,203,19); }
td.TdClassName
{
border-color: #C2CB13;
}
.TagClassName
{
border-color: #C2CB13;
}
</style>