Shades of Tide #C7B7AD
Tints of Tide #C7B7AD
RGB
CMYK
RGB Variations
Color information
#C7B7AD (or 0xC7B7AD) is known color: Tide. HEX triplet: C7, B7 and AD. RGB value is (199,183,173). Sum of RGB (Red+Green+Blue) = 199+183+173=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B7AD is #384852. Grayscale: #BABABA. Windows color (decimal): -3688531 or 11384775. OLE color: 11384775.
HSL color Cylindrical-coordinate representation of color #C7B7AD: hue angle of 23.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B7AD is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 173 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.22 |
| HSL | 23.08º | 0.19% | 0.73% | - |
| HSV(B) | 23.08º | 0.13% | 0.78% | - |
| XYZ | 48.03 | 49.03 | 46.47 | - |
| YUV | 186.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 173 | 0 | 0.08 | 0.13 | 0.22 | 23.08 | 0.19 | 0.73 |
| Hex | C7 | B7 | AD | 0 | 8 | D | 16 | 17 | 13 | 49 |
| Octal | 307 | 267 | 255 | 0 | 10 | 15 | 26 | 27 | 23 | 111 |
| Binary | 11000111 | 10110111 | 10101101 | 0 | 1000 | 1101 | 10110 | 10111 | 10011 | 1001001 |
Color Harmonies of #C7B7AD
Complementary color
Monochromatic Colors of #C7B7AD
Black with #C7B7AD
Text Example
Text Example
White with #C7B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7AD; }
p { color: rgb(199,183,173); }
H1.HeaderClassName
{
color: #C7B7AD;
}
.AnyTagClassName
{
color: #C7B7AD;
}
</style>
background-color css
<style>
a { background-color: #C7B7AD; }
a { background-color: rgb(199,183,173); }
div.DivClassName
{
background-color: #C7B7AD;
}
.BgClassName
{
background-color: #C7B7AD;
}
</style>
border-color css
<style>
span { border-color: #C7B7AD; }
span { border-color: rgb(199,183,173); }
td.TdClassName
{
border-color: #C7B7AD;
}
.TagClassName
{
border-color: #C7B7AD;
}
</style>