Shades of Tide #C2B5AB
Tints of Tide #C2B5AB
RGB
CMYK
RGB Variations
Color information
#C2B5AB (or 0xC2B5AB) is known color: Tide. HEX triplet: C2, B5 and AB. RGB value is (194,181,171). Sum of RGB (Red+Green+Blue) = 194+181+171=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B5AB is #3D4A54. Grayscale: #B7B7B7. Windows color (decimal): -4016725 or 11253186. OLE color: 11253186.
HSL color Cylindrical-coordinate representation of color #C2B5AB: hue angle of 26.09º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B5AB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 171 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.24 |
| HSL | 26.09º | 0.16% | 0.72% | - |
| HSV(B) | 26.09º | 0.12% | 0.76% | - |
| XYZ | 46.12 | 47.46 | 45.26 | - |
| YUV | 183.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 171 | 0 | 0.07 | 0.12 | 0.24 | 26.09 | 0.16 | 0.72 |
| Hex | C2 | B5 | AB | 0 | 7 | C | 18 | 1A | 10 | 48 |
| Octal | 302 | 265 | 253 | 0 | 7 | 14 | 30 | 32 | 20 | 110 |
| Binary | 11000010 | 10110101 | 10101011 | 0 | 111 | 1100 | 11000 | 11010 | 10000 | 1001000 |
Color Harmonies of #C2B5AB
Complementary color
Monochromatic Colors of #C2B5AB
Black with #C2B5AB
Text Example
Text Example
White with #C2B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5AB; }
p { color: rgb(194,181,171); }
H1.HeaderClassName
{
color: #C2B5AB;
}
.AnyTagClassName
{
color: #C2B5AB;
}
</style>
background-color css
<style>
a { background-color: #C2B5AB; }
a { background-color: rgb(194,181,171); }
div.DivClassName
{
background-color: #C2B5AB;
}
.BgClassName
{
background-color: #C2B5AB;
}
</style>
border-color css
<style>
span { border-color: #C2B5AB; }
span { border-color: rgb(194,181,171); }
td.TdClassName
{
border-color: #C2B5AB;
}
.TagClassName
{
border-color: #C2B5AB;
}
</style>