Shades of Tide #C1B5AC
Tints of Tide #C1B5AC
RGB
CMYK
RGB Variations
Color information
#C1B5AC (or 0xC1B5AC) is known color: Tide. HEX triplet: C1, B5 and AC. RGB value is (193,181,172). Sum of RGB (Red+Green+Blue) = 193+181+172=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B5AC is #3E4A53. Grayscale: #B7B7B7. Windows color (decimal): -4082260 or 11318721. OLE color: 11318721.
HSL color Cylindrical-coordinate representation of color #C1B5AC: hue angle of 25.71º degrees, saturation: 0.14, 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 #C1B5AC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 181 | 172 | - |
CMYK | 0 | 0.06 | 0.11 | 0.24 |
HSL | 25.71º | 0.14% | 0.72% | - |
HSV(B) | 25.71º | 0.11% | 0.76% | - |
XYZ | 45.96 | 47.36 | 45.75 | - |
YUV | 183.56 | 121.48 | 134.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 181 | 172 | 0 | 0.06 | 0.11 | 0.24 | 25.71 | 0.14 | 0.72 |
Hex | C1 | B5 | AC | 0 | 6 | B | 18 | 1A | E | 48 |
Octal | 301 | 265 | 254 | 0 | 6 | 13 | 30 | 32 | 16 | 110 |
Binary | 11000001 | 10110101 | 10101100 | 0 | 110 | 1011 | 11000 | 11010 | 1110 | 1001000 |
Color Harmonies of #C1B5AC
Complementary color
Monochromatic Colors of #C1B5AC
Black with #C1B5AC
Text Example
Text Example
White with #C1B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5AC; }
p { color: rgb(193,181,172); }
H1.HeaderClassName
{
color: #C1B5AC;
}
.AnyTagClassName
{
color: #C1B5AC;
}
</style>
background-color css
<style>
a { background-color: #C1B5AC; }
a { background-color: rgb(193,181,172); }
div.DivClassName
{
background-color: #C1B5AC;
}
.BgClassName
{
background-color: #C1B5AC;
}
</style>
border-color css
<style>
span { border-color: #C1B5AC; }
span { border-color: rgb(193,181,172); }
td.TdClassName
{
border-color: #C1B5AC;
}
.TagClassName
{
border-color: #C1B5AC;
}
</style>