Shades of Tide #C2B7AD
Tints of Tide #C2B7AD
RGB
CMYK
RGB Variations
Color information
#C2B7AD (or 0xC2B7AD) is known color: Tide. HEX triplet: C2, B7 and AD. RGB value is (194,183,173). Sum of RGB (Red+Green+Blue) = 194+183+173=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7AD is #3D4852. Grayscale: #B9B9B9. Windows color (decimal): -4016211 or 11384770. OLE color: 11384770.
HSL color Cylindrical-coordinate representation of color #C2B7AD: hue angle of 28.57º 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 #C2B7AD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 183 | 173 | - |
CMYK | 0 | 0.06 | 0.11 | 0.24 |
HSL | 28.57º | 0.15% | 0.72% | - |
HSV(B) | 28.57º | 0.11% | 0.76% | - |
XYZ | 46.72 | 48.35 | 46.41 | - |
YUV | 185.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 173 | 0 | 0.06 | 0.11 | 0.24 | 28.57 | 0.15 | 0.72 |
Hex | C2 | B7 | AD | 0 | 6 | B | 18 | 1D | F | 48 |
Octal | 302 | 267 | 255 | 0 | 6 | 13 | 30 | 35 | 17 | 110 |
Binary | 11000010 | 10110111 | 10101101 | 0 | 110 | 1011 | 11000 | 11101 | 1111 | 1001000 |
Color Harmonies of #C2B7AD
Complementary color
Monochromatic Colors of #C2B7AD
Black with #C2B7AD
Text Example
Text Example
White with #C2B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7AD; }
p { color: rgb(194,183,173); }
H1.HeaderClassName
{
color: #C2B7AD;
}
.AnyTagClassName
{
color: #C2B7AD;
}
</style>
background-color css
<style>
a { background-color: #C2B7AD; }
a { background-color: rgb(194,183,173); }
div.DivClassName
{
background-color: #C2B7AD;
}
.BgClassName
{
background-color: #C2B7AD;
}
</style>
border-color css
<style>
span { border-color: #C2B7AD; }
span { border-color: rgb(194,183,173); }
td.TdClassName
{
border-color: #C2B7AD;
}
.TagClassName
{
border-color: #C2B7AD;
}
</style>