Shades of Tide #C0B7B1
Tints of Tide #C0B7B1
RGB
CMYK
RGB Variations
Color information
#C0B7B1 (or 0xC0B7B1) is known color: Tide. HEX triplet: C0, B7 and B1. RGB value is (192,183,177). Sum of RGB (Red+Green+Blue) = 192+183+177=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B7B1 is #3F484E. Grayscale: #B9B9B9. Windows color (decimal): -4147279 or 11646912. OLE color: 11646912.
HSL color Cylindrical-coordinate representation of color #C0B7B1: hue angle of 24º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B7B1 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 177 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.25 |
| HSL | 24º | 0.11% | 0.72% | - |
| HSV(B) | 24º | 0.08% | 0.75% | - |
| XYZ | 46.61 | 48.25 | 48.45 | - |
| YUV | 185.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 177 | 0 | 0.05 | 0.08 | 0.25 | 24 | 0.11 | 0.72 |
| Hex | C0 | B7 | B1 | 0 | 5 | 8 | 19 | 18 | B | 48 |
| Octal | 300 | 267 | 261 | 0 | 5 | 10 | 31 | 30 | 13 | 110 |
| Binary | 11000000 | 10110111 | 10110001 | 0 | 101 | 1000 | 11001 | 11000 | 1011 | 1001000 |
Color Harmonies of #C0B7B1
Complementary color
Monochromatic Colors of #C0B7B1
Black with #C0B7B1
Text Example
Text Example
White with #C0B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7B1; }
p { color: rgb(192,183,177); }
H1.HeaderClassName
{
color: #C0B7B1;
}
.AnyTagClassName
{
color: #C0B7B1;
}
</style>
background-color css
<style>
a { background-color: #C0B7B1; }
a { background-color: rgb(192,183,177); }
div.DivClassName
{
background-color: #C0B7B1;
}
.BgClassName
{
background-color: #C0B7B1;
}
</style>
border-color css
<style>
span { border-color: #C0B7B1; }
span { border-color: rgb(192,183,177); }
td.TdClassName
{
border-color: #C0B7B1;
}
.TagClassName
{
border-color: #C0B7B1;
}
</style>