Shades of Rio Grande #C3CB20
Tints of Rio Grande #C3CB20
RGB
CMYK
RGB Variations
Color information
#C3CB20 (or 0xC3CB20) is known color: Rio Grande. HEX triplet: C3, CB and 20. RGB value is (195,203,32). Sum of RGB (Red+Green+Blue) = 195+203+32=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CB20 is #3C34DF. Grayscale: #B5B5B5. Windows color (decimal): -3945696 or 2149315. OLE color: 2149315.
HSL color Cylindrical-coordinate representation of color #C3CB20: hue angle of 62.81º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3CB20 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 32 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.20 |
| HSL | 62.81º | 0.73% | 0.46% | - |
| HSV(B) | 62.81º | 0.84% | 0.8% | - |
| XYZ | 44.12 | 54.42 | 9.54 | - |
| YUV | 181.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 32 | 0.04 | 0 | 0.84 | 0.20 | 62.81 | 0.73 | 0.46 |
| Hex | C3 | CB | 20 | 4 | 0 | 54 | 14 | 3F | 49 | 2E |
| Octal | 303 | 313 | 40 | 4 | 0 | 124 | 24 | 77 | 111 | 56 |
| Binary | 11000011 | 11001011 | 100000 | 100 | 0 | 1010100 | 10100 | 111111 | 1001001 | 101110 |
Color Harmonies of #C3CB20
Complementary color
Monochromatic Colors of #C3CB20
Black with #C3CB20
Text Example
Text Example
White with #C3CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB20; }
p { color: rgb(195,203,32); }
H1.HeaderClassName
{
color: #C3CB20;
}
.AnyTagClassName
{
color: #C3CB20;
}
</style>
background-color css
<style>
a { background-color: #C3CB20; }
a { background-color: rgb(195,203,32); }
div.DivClassName
{
background-color: #C3CB20;
}
.BgClassName
{
background-color: #C3CB20;
}
</style>
border-color css
<style>
span { border-color: #C3CB20; }
span { border-color: rgb(195,203,32); }
td.TdClassName
{
border-color: #C3CB20;
}
.TagClassName
{
border-color: #C3CB20;
}
</style>