Shades of Rio Grande #C0BB27
Tints of Rio Grande #C0BB27
RGB
CMYK
RGB Variations
Color information
#C0BB27 (or 0xC0BB27) is known color: Rio Grande. HEX triplet: C0, BB and 27. RGB value is (192,187,39). Sum of RGB (Red+Green+Blue) = 192+187+39=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB27 is #3F44D8. Grayscale: #ACACAC. Windows color (decimal): -4146393 or 2603968. OLE color: 2603968.
HSL color Cylindrical-coordinate representation of color #C0BB27: hue angle of 58.04º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0BB27 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 39 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.25 |
| HSL | 58.04º | 0.66% | 0.45% | - |
| HSV(B) | 58.04º | 0.8% | 0.75% | - |
| XYZ | 39.87 | 46.89 | 8.87 | - |
| YUV | 171.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 39 | 0 | 0.03 | 0.80 | 0.25 | 58.04 | 0.66 | 0.45 |
| Hex | C0 | BB | 27 | 0 | 3 | 50 | 19 | 3A | 42 | 2D |
| Octal | 300 | 273 | 47 | 0 | 3 | 120 | 31 | 72 | 102 | 55 |
| Binary | 11000000 | 10111011 | 100111 | 0 | 11 | 1010000 | 11001 | 111010 | 1000010 | 101101 |
Color Harmonies of #C0BB27
Complementary color
Monochromatic Colors of #C0BB27
Black with #C0BB27
Text Example
Text Example
White with #C0BB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB27; }
p { color: rgb(192,187,39); }
H1.HeaderClassName
{
color: #C0BB27;
}
.AnyTagClassName
{
color: #C0BB27;
}
</style>
background-color css
<style>
a { background-color: #C0BB27; }
a { background-color: rgb(192,187,39); }
div.DivClassName
{
background-color: #C0BB27;
}
.BgClassName
{
background-color: #C0BB27;
}
</style>
border-color css
<style>
span { border-color: #C0BB27; }
span { border-color: rgb(192,187,39); }
td.TdClassName
{
border-color: #C0BB27;
}
.TagClassName
{
border-color: #C0BB27;
}
</style>