Shades of Tide #C0B1A7
Tints of Tide #C0B1A7
RGB
CMYK
RGB Variations
Color information
#C0B1A7 (or 0xC0B1A7) is known color: Tide. HEX triplet: C0, B1 and A7. RGB value is (192,177,167). Sum of RGB (Red+Green+Blue) = 192+177+167=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B1A7 is #3F4E58. Grayscale: #B4B4B4. Windows color (decimal): -4148825 or 10990016. OLE color: 10990016.
HSL color Cylindrical-coordinate representation of color #C0B1A7: hue angle of 24º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B1A7 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 177 | 167 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.25 |
| HSL | 24º | 0.17% | 0.7% | - |
| HSV(B) | 24º | 0.13% | 0.75% | - |
| XYZ | 44.44 | 45.44 | 42.99 | - |
| YUV | 180.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 167 | 0 | 0.08 | 0.13 | 0.25 | 24 | 0.17 | 0.7 |
| Hex | C0 | B1 | A7 | 0 | 8 | D | 19 | 18 | 11 | 46 |
| Octal | 300 | 261 | 247 | 0 | 10 | 15 | 31 | 30 | 21 | 106 |
| Binary | 11000000 | 10110001 | 10100111 | 0 | 1000 | 1101 | 11001 | 11000 | 10001 | 1000110 |
Color Harmonies of #C0B1A7
Complementary color
Monochromatic Colors of #C0B1A7
Black with #C0B1A7
Text Example
Text Example
White with #C0B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B1A7; }
p { color: rgb(192,177,167); }
H1.HeaderClassName
{
color: #C0B1A7;
}
.AnyTagClassName
{
color: #C0B1A7;
}
</style>
background-color css
<style>
a { background-color: #C0B1A7; }
a { background-color: rgb(192,177,167); }
div.DivClassName
{
background-color: #C0B1A7;
}
.BgClassName
{
background-color: #C0B1A7;
}
</style>
border-color css
<style>
span { border-color: #C0B1A7; }
span { border-color: rgb(192,177,167); }
td.TdClassName
{
border-color: #C0B1A7;
}
.TagClassName
{
border-color: #C0B1A7;
}
</style>