Shades of Rio Grande #C1CB1D
Tints of Rio Grande #C1CB1D
RGB
CMYK
RGB Variations
Color information
#C1CB1D (or 0xC1CB1D) is known color: Rio Grande. HEX triplet: C1, CB and 1D. RGB value is (193,203,29). Sum of RGB (Red+Green+Blue) = 193+203+29=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB1D is #3E34E2. Grayscale: #B4B4B4. Windows color (decimal): -4076771 or 1952705. OLE color: 1952705.
HSL color Cylindrical-coordinate representation of color #C1CB1D: hue angle of 63.45º 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 #C1CB1D is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 29 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.20 |
| HSL | 63.45º | 0.75% | 0.45% | - |
| HSV(B) | 63.45º | 0.86% | 0.8% | - |
| XYZ | 43.57 | 54.14 | 9.32 | - |
| YUV | 180.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 29 | 0.05 | 0 | 0.86 | 0.20 | 63.45 | 0.75 | 0.45 |
| Hex | C1 | CB | 1D | 5 | 0 | 56 | 14 | 3F | 4B | 2D |
| Octal | 301 | 313 | 35 | 5 | 0 | 126 | 24 | 77 | 113 | 55 |
| Binary | 11000001 | 11001011 | 11101 | 101 | 0 | 1010110 | 10100 | 111111 | 1001011 | 101101 |
Color Harmonies of #C1CB1D
Complementary color
Monochromatic Colors of #C1CB1D
Black with #C1CB1D
Text Example
Text Example
White with #C1CB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB1D; }
p { color: rgb(193,203,29); }
H1.HeaderClassName
{
color: #C1CB1D;
}
.AnyTagClassName
{
color: #C1CB1D;
}
</style>
background-color css
<style>
a { background-color: #C1CB1D; }
a { background-color: rgb(193,203,29); }
div.DivClassName
{
background-color: #C1CB1D;
}
.BgClassName
{
background-color: #C1CB1D;
}
</style>
border-color css
<style>
span { border-color: #C1CB1D; }
span { border-color: rgb(193,203,29); }
td.TdClassName
{
border-color: #C1CB1D;
}
.TagClassName
{
border-color: #C1CB1D;
}
</style>