Shades of Tide #C8B7AB
Tints of Tide #C8B7AB
RGB
CMYK
RGB Variations
Color information
#C8B7AB (or 0xC8B7AB) is known color: Tide. HEX triplet: C8, B7 and AB. RGB value is (200,183,171). Sum of RGB (Red+Green+Blue) = 200+183+171=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B7AB is #374854. Grayscale: #BABABA. Windows color (decimal): -3622997 or 11253704. OLE color: 11253704.
HSL color Cylindrical-coordinate representation of color #C8B7AB: hue angle of 24.83º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B7AB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 171 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.22 |
| HSL | 24.83º | 0.21% | 0.73% | - |
| HSV(B) | 24.83º | 0.15% | 0.78% | - |
| XYZ | 48.1 | 49.09 | 45.47 | - |
| YUV | 186.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 171 | 0 | 0.08 | 0.14 | 0.22 | 24.83 | 0.21 | 0.73 |
| Hex | C8 | B7 | AB | 0 | 8 | E | 16 | 19 | 15 | 49 |
| Octal | 310 | 267 | 253 | 0 | 10 | 16 | 26 | 31 | 25 | 111 |
| Binary | 11001000 | 10110111 | 10101011 | 0 | 1000 | 1110 | 10110 | 11001 | 10101 | 1001001 |
Color Harmonies of #C8B7AB
Complementary color
Monochromatic Colors of #C8B7AB
Black with #C8B7AB
Text Example
Text Example
White with #C8B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7AB; }
p { color: rgb(200,183,171); }
H1.HeaderClassName
{
color: #C8B7AB;
}
.AnyTagClassName
{
color: #C8B7AB;
}
</style>
background-color css
<style>
a { background-color: #C8B7AB; }
a { background-color: rgb(200,183,171); }
div.DivClassName
{
background-color: #C8B7AB;
}
.BgClassName
{
background-color: #C8B7AB;
}
</style>
border-color css
<style>
span { border-color: #C8B7AB; }
span { border-color: rgb(200,183,171); }
td.TdClassName
{
border-color: #C8B7AB;
}
.TagClassName
{
border-color: #C8B7AB;
}
</style>