Shades of Tide #C1B5AD
Tints of Tide #C1B5AD
RGB
CMYK
RGB Variations
Color information
#C1B5AD (or 0xC1B5AD) is known color: Tide. HEX triplet: C1, B5 and AD. RGB value is (193,181,173). Sum of RGB (Red+Green+Blue) = 193+181+173=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B5AD is #3E4A52. Grayscale: #B7B7B7. Windows color (decimal): -4082259 or 11384257. OLE color: 11384257.
HSL color Cylindrical-coordinate representation of color #C1B5AD: hue angle of 24º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1B5AD is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 173 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.24 |
| HSL | 24º | 0.14% | 0.72% | - |
| HSV(B) | 24º | 0.1% | 0.76% | - |
| XYZ | 46.06 | 47.4 | 46.26 | - |
| YUV | 183.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 173 | 0 | 0.06 | 0.10 | 0.24 | 24 | 0.14 | 0.72 |
| Hex | C1 | B5 | AD | 0 | 6 | A | 18 | 18 | E | 48 |
| Octal | 301 | 265 | 255 | 0 | 6 | 12 | 30 | 30 | 16 | 110 |
| Binary | 11000001 | 10110101 | 10101101 | 0 | 110 | 1010 | 11000 | 11000 | 1110 | 1001000 |
Color Harmonies of #C1B5AD
Complementary color
Monochromatic Colors of #C1B5AD
Black with #C1B5AD
Text Example
Text Example
White with #C1B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5AD; }
p { color: rgb(193,181,173); }
H1.HeaderClassName
{
color: #C1B5AD;
}
.AnyTagClassName
{
color: #C1B5AD;
}
</style>
background-color css
<style>
a { background-color: #C1B5AD; }
a { background-color: rgb(193,181,173); }
div.DivClassName
{
background-color: #C1B5AD;
}
.BgClassName
{
background-color: #C1B5AD;
}
</style>
border-color css
<style>
span { border-color: #C1B5AD; }
span { border-color: rgb(193,181,173); }
td.TdClassName
{
border-color: #C1B5AD;
}
.TagClassName
{
border-color: #C1B5AD;
}
</style>