Shades of Rio Grande #C3CB1D
Tints of Rio Grande #C3CB1D
RGB
CMYK
RGB Variations
Color information
#C3CB1D (or 0xC3CB1D) is known color: Rio Grande. HEX triplet: C3, CB and 1D. RGB value is (195,203,29). Sum of RGB (Red+Green+Blue) = 195+203+29=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CB1D is #3C34E2. Grayscale: #B5B5B5. Windows color (decimal): -3945699 or 1952707. OLE color: 1952707.
HSL color Cylindrical-coordinate representation of color #C3CB1D: hue angle of 62.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3CB1D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 29 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.20 |
| HSL | 62.76º | 0.75% | 0.45% | - |
| HSV(B) | 62.76º | 0.86% | 0.8% | - |
| XYZ | 44.08 | 54.4 | 9.34 | - |
| YUV | 180.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 29 | 0.04 | 0 | 0.86 | 0.20 | 62.76 | 0.75 | 0.45 |
| Hex | C3 | CB | 1D | 4 | 0 | 56 | 14 | 3F | 4B | 2D |
| Octal | 303 | 313 | 35 | 4 | 0 | 126 | 24 | 77 | 113 | 55 |
| Binary | 11000011 | 11001011 | 11101 | 100 | 0 | 1010110 | 10100 | 111111 | 1001011 | 101101 |
Color Harmonies of #C3CB1D
Complementary color
Monochromatic Colors of #C3CB1D
Black with #C3CB1D
Text Example
Text Example
White with #C3CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB1D; }
p { color: rgb(195,203,29); }
H1.HeaderClassName
{
color: #C3CB1D;
}
.AnyTagClassName
{
color: #C3CB1D;
}
</style>
background-color css
<style>
a { background-color: #C3CB1D; }
a { background-color: rgb(195,203,29); }
div.DivClassName
{
background-color: #C3CB1D;
}
.BgClassName
{
background-color: #C3CB1D;
}
</style>
border-color css
<style>
span { border-color: #C3CB1D; }
span { border-color: rgb(195,203,29); }
td.TdClassName
{
border-color: #C3CB1D;
}
.TagClassName
{
border-color: #C3CB1D;
}
</style>