Shades of Tide #C1B5AB
Tints of Tide #C1B5AB
RGB
CMYK
RGB Variations
Color information
#C1B5AB (or 0xC1B5AB) is known color: Tide. HEX triplet: C1, B5 and AB. RGB value is (193,181,171). Sum of RGB (Red+Green+Blue) = 193+181+171=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B5AB is #3E4A54. Grayscale: #B7B7B7. Windows color (decimal): -4082261 or 11253185. OLE color: 11253185.
HSL color Cylindrical-coordinate representation of color #C1B5AB: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1B5AB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 171 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.24 |
| HSL | 27.27º | 0.15% | 0.71% | - |
| HSV(B) | 27.27º | 0.11% | 0.76% | - |
| XYZ | 45.87 | 47.33 | 45.25 | - |
| YUV | 183.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 171 | 0 | 0.06 | 0.11 | 0.24 | 27.27 | 0.15 | 0.71 |
| Hex | C1 | B5 | AB | 0 | 6 | B | 18 | 1B | F | 47 |
| Octal | 301 | 265 | 253 | 0 | 6 | 13 | 30 | 33 | 17 | 107 |
| Binary | 11000001 | 10110101 | 10101011 | 0 | 110 | 1011 | 11000 | 11011 | 1111 | 1000111 |
Color Harmonies of #C1B5AB
Complementary color
Monochromatic Colors of #C1B5AB
Black with #C1B5AB
Text Example
Text Example
White with #C1B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5AB; }
p { color: rgb(193,181,171); }
H1.HeaderClassName
{
color: #C1B5AB;
}
.AnyTagClassName
{
color: #C1B5AB;
}
</style>
background-color css
<style>
a { background-color: #C1B5AB; }
a { background-color: rgb(193,181,171); }
div.DivClassName
{
background-color: #C1B5AB;
}
.BgClassName
{
background-color: #C1B5AB;
}
</style>
border-color css
<style>
span { border-color: #C1B5AB; }
span { border-color: rgb(193,181,171); }
td.TdClassName
{
border-color: #C1B5AB;
}
.TagClassName
{
border-color: #C1B5AB;
}
</style>