Shades of Tide #C2B5AD
Tints of Tide #C2B5AD
RGB
CMYK
RGB Variations
Color information
#C2B5AD (or 0xC2B5AD) is known color: Tide. HEX triplet: C2, B5 and AD. RGB value is (194,181,173). Sum of RGB (Red+Green+Blue) = 194+181+173=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B5AD is #3D4A52. Grayscale: #B8B8B8. Windows color (decimal): -4016723 or 11384258. OLE color: 11384258.
HSL color Cylindrical-coordinate representation of color #C2B5AD: hue angle of 22.86º 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 #C2B5AD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 181 | 173 | - |
CMYK | 0 | 0.07 | 0.11 | 0.24 |
HSL | 22.86º | 0.15% | 0.72% | - |
HSV(B) | 22.86º | 0.11% | 0.76% | - |
XYZ | 46.31 | 47.53 | 46.27 | - |
YUV | 183.98 | 121.81 | 135.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 173 | 0 | 0.07 | 0.11 | 0.24 | 22.86 | 0.15 | 0.72 |
Hex | C2 | B5 | AD | 0 | 7 | B | 18 | 17 | F | 48 |
Octal | 302 | 265 | 255 | 0 | 7 | 13 | 30 | 27 | 17 | 110 |
Binary | 11000010 | 10110101 | 10101101 | 0 | 111 | 1011 | 11000 | 10111 | 1111 | 1001000 |
Color Harmonies of #C2B5AD
Complementary color
Monochromatic Colors of #C2B5AD
Black with #C2B5AD
Text Example
Text Example
White with #C2B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5AD; }
p { color: rgb(194,181,173); }
H1.HeaderClassName
{
color: #C2B5AD;
}
.AnyTagClassName
{
color: #C2B5AD;
}
</style>
background-color css
<style>
a { background-color: #C2B5AD; }
a { background-color: rgb(194,181,173); }
div.DivClassName
{
background-color: #C2B5AD;
}
.BgClassName
{
background-color: #C2B5AD;
}
</style>
border-color css
<style>
span { border-color: #C2B5AD; }
span { border-color: rgb(194,181,173); }
td.TdClassName
{
border-color: #C2B5AD;
}
.TagClassName
{
border-color: #C2B5AD;
}
</style>