Shades of Tide #C0B7AF
Tints of Tide #C0B7AF
RGB
CMYK
RGB Variations
Color information
#C0B7AF (or 0xC0B7AF) is known color: Tide. HEX triplet: C0, B7 and AF. RGB value is (192,183,175). Sum of RGB (Red+Green+Blue) = 192+183+175=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B7AF is #3F4850. Grayscale: #B8B8B8. Windows color (decimal): -4147281 or 11515840. OLE color: 11515840.
HSL color Cylindrical-coordinate representation of color #C0B7AF: hue angle of 28.24º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B7AF is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 175 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.25 |
| HSL | 28.24º | 0.12% | 0.72% | - |
| HSV(B) | 28.24º | 0.09% | 0.75% | - |
| XYZ | 46.41 | 48.17 | 47.41 | - |
| YUV | 184.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 175 | 0 | 0.05 | 0.09 | 0.25 | 28.24 | 0.12 | 0.72 |
| Hex | C0 | B7 | AF | 0 | 5 | 9 | 19 | 1C | C | 48 |
| Octal | 300 | 267 | 257 | 0 | 5 | 11 | 31 | 34 | 14 | 110 |
| Binary | 11000000 | 10110111 | 10101111 | 0 | 101 | 1001 | 11001 | 11100 | 1100 | 1001000 |
Color Harmonies of #C0B7AF
Complementary color
Monochromatic Colors of #C0B7AF
Black with #C0B7AF
Text Example
Text Example
White with #C0B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7AF; }
p { color: rgb(192,183,175); }
H1.HeaderClassName
{
color: #C0B7AF;
}
.AnyTagClassName
{
color: #C0B7AF;
}
</style>
background-color css
<style>
a { background-color: #C0B7AF; }
a { background-color: rgb(192,183,175); }
div.DivClassName
{
background-color: #C0B7AF;
}
.BgClassName
{
background-color: #C0B7AF;
}
</style>
border-color css
<style>
span { border-color: #C0B7AF; }
span { border-color: rgb(192,183,175); }
td.TdClassName
{
border-color: #C0B7AF;
}
.TagClassName
{
border-color: #C0B7AF;
}
</style>