Shades of Tide #C3B7AD
Tints of Tide #C3B7AD
RGB
CMYK
RGB Variations
Color information
#C3B7AD (or 0xC3B7AD) is known color: Tide. HEX triplet: C3, B7 and AD. RGB value is (195,183,173). Sum of RGB (Red+Green+Blue) = 195+183+173=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7AD is #3C4852. Grayscale: #B9B9B9. Windows color (decimal): -3950675 or 11384771. OLE color: 11384771.
HSL color Cylindrical-coordinate representation of color #C3B7AD: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3B7AD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 173 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.24 |
| HSL | 27.27º | 0.15% | 0.72% | - |
| HSV(B) | 27.27º | 0.11% | 0.76% | - |
| XYZ | 46.98 | 48.49 | 46.42 | - |
| YUV | 185.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 173 | 0 | 0.06 | 0.11 | 0.24 | 27.27 | 0.15 | 0.72 |
| Hex | C3 | B7 | AD | 0 | 6 | B | 18 | 1B | F | 48 |
| Octal | 303 | 267 | 255 | 0 | 6 | 13 | 30 | 33 | 17 | 110 |
| Binary | 11000011 | 10110111 | 10101101 | 0 | 110 | 1011 | 11000 | 11011 | 1111 | 1001000 |
Color Harmonies of #C3B7AD
Complementary color
Monochromatic Colors of #C3B7AD
Black with #C3B7AD
Text Example
Text Example
White with #C3B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7AD; }
p { color: rgb(195,183,173); }
H1.HeaderClassName
{
color: #C3B7AD;
}
.AnyTagClassName
{
color: #C3B7AD;
}
</style>
background-color css
<style>
a { background-color: #C3B7AD; }
a { background-color: rgb(195,183,173); }
div.DivClassName
{
background-color: #C3B7AD;
}
.BgClassName
{
background-color: #C3B7AD;
}
</style>
border-color css
<style>
span { border-color: #C3B7AD; }
span { border-color: rgb(195,183,173); }
td.TdClassName
{
border-color: #C3B7AD;
}
.TagClassName
{
border-color: #C3B7AD;
}
</style>