Shades of Tide #C2B6AD
Tints of Tide #C2B6AD
RGB
CMYK
RGB Variations
Color information
#C2B6AD (or 0xC2B6AD) is known color: Tide. HEX triplet: C2, B6 and AD. RGB value is (194,182,173). Sum of RGB (Red+Green+Blue) = 194+182+173=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AD is #3D4952. Grayscale: #B8B8B8. Windows color (decimal): -4016467 or 11384514. OLE color: 11384514.
HSL color Cylindrical-coordinate representation of color #C2B6AD: hue angle of 25.71º 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 #C2B6AD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 182 | 173 | - |
CMYK | 0 | 0.06 | 0.11 | 0.24 |
HSL | 25.71º | 0.15% | 0.72% | - |
HSV(B) | 25.71º | 0.11% | 0.76% | - |
XYZ | 46.52 | 47.94 | 46.34 | - |
YUV | 184.56 | 121.48 | 134.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 173 | 0 | 0.06 | 0.11 | 0.24 | 25.71 | 0.15 | 0.72 |
Hex | C2 | B6 | AD | 0 | 6 | B | 18 | 1A | F | 48 |
Octal | 302 | 266 | 255 | 0 | 6 | 13 | 30 | 32 | 17 | 110 |
Binary | 11000010 | 10110110 | 10101101 | 0 | 110 | 1011 | 11000 | 11010 | 1111 | 1001000 |
Color Harmonies of #C2B6AD
Complementary color
Monochromatic Colors of #C2B6AD
Black with #C2B6AD
Text Example
Text Example
White with #C2B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6AD; }
p { color: rgb(194,182,173); }
H1.HeaderClassName
{
color: #C2B6AD;
}
.AnyTagClassName
{
color: #C2B6AD;
}
</style>
background-color css
<style>
a { background-color: #C2B6AD; }
a { background-color: rgb(194,182,173); }
div.DivClassName
{
background-color: #C2B6AD;
}
.BgClassName
{
background-color: #C2B6AD;
}
</style>
border-color css
<style>
span { border-color: #C2B6AD; }
span { border-color: rgb(194,182,173); }
td.TdClassName
{
border-color: #C2B6AD;
}
.TagClassName
{
border-color: #C2B6AD;
}
</style>