Shades of Rio Grande #C0BB1D
Tints of Rio Grande #C0BB1D
RGB
CMYK
RGB Variations
Color information
#C0BB1D (or 0xC0BB1D) is known color: Rio Grande. HEX triplet: C0, BB and 1D. RGB value is (192,187,29). Sum of RGB (Red+Green+Blue) = 192+187+29=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB1D is #3F44E2. Grayscale: #ABABAB. Windows color (decimal): -4146403 or 1948608. OLE color: 1948608.
HSL color Cylindrical-coordinate representation of color #C0BB1D: hue angle of 58.16º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0BB1D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 29 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.25 |
| HSL | 58.16º | 0.74% | 0.43% | - |
| HSV(B) | 58.16º | 0.85% | 0.75% | - |
| XYZ | 39.73 | 46.84 | 8.11 | - |
| YUV | 170.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 29 | 0 | 0.03 | 0.85 | 0.25 | 58.16 | 0.74 | 0.43 |
| Hex | C0 | BB | 1D | 0 | 3 | 55 | 19 | 3A | 4A | 2B |
| Octal | 300 | 273 | 35 | 0 | 3 | 125 | 31 | 72 | 112 | 53 |
| Binary | 11000000 | 10111011 | 11101 | 0 | 11 | 1010101 | 11001 | 111010 | 1001010 | 101011 |
Color Harmonies of #C0BB1D
Complementary color
Monochromatic Colors of #C0BB1D
Black with #C0BB1D
Text Example
Text Example
White with #C0BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB1D; }
p { color: rgb(192,187,29); }
H1.HeaderClassName
{
color: #C0BB1D;
}
.AnyTagClassName
{
color: #C0BB1D;
}
</style>
background-color css
<style>
a { background-color: #C0BB1D; }
a { background-color: rgb(192,187,29); }
div.DivClassName
{
background-color: #C0BB1D;
}
.BgClassName
{
background-color: #C0BB1D;
}
</style>
border-color css
<style>
span { border-color: #C0BB1D; }
span { border-color: rgb(192,187,29); }
td.TdClassName
{
border-color: #C0BB1D;
}
.TagClassName
{
border-color: #C0BB1D;
}
</style>