Shades of Tide #C2B7AC
Tints of Tide #C2B7AC
RGB
CMYK
RGB Variations
Color information
#C2B7AC (or 0xC2B7AC) is known color: Tide. HEX triplet: C2, B7 and AC. RGB value is (194,183,172). Sum of RGB (Red+Green+Blue) = 194+183+172=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7AC is #3D4853. Grayscale: #B9B9B9. Windows color (decimal): -4016212 or 11319234. OLE color: 11319234.
HSL color Cylindrical-coordinate representation of color #C2B7AC: hue angle of 30º 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 #C2B7AC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 183 | 172 | - |
CMYK | 0 | 0.06 | 0.11 | 0.24 |
HSL | 30º | 0.15% | 0.72% | - |
HSV(B) | 30º | 0.11% | 0.76% | - |
XYZ | 46.63 | 48.31 | 45.9 | - |
YUV | 185.04 | 120.64 | 134.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 172 | 0 | 0.06 | 0.11 | 0.24 | 30 | 0.15 | 0.72 |
Hex | C2 | B7 | AC | 0 | 6 | B | 18 | 1E | F | 48 |
Octal | 302 | 267 | 254 | 0 | 6 | 13 | 30 | 36 | 17 | 110 |
Binary | 11000010 | 10110111 | 10101100 | 0 | 110 | 1011 | 11000 | 11110 | 1111 | 1001000 |
Color Harmonies of #C2B7AC
Complementary color
Monochromatic Colors of #C2B7AC
Black with #C2B7AC
Text Example
Text Example
White with #C2B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7AC; }
p { color: rgb(194,183,172); }
H1.HeaderClassName
{
color: #C2B7AC;
}
.AnyTagClassName
{
color: #C2B7AC;
}
</style>
background-color css
<style>
a { background-color: #C2B7AC; }
a { background-color: rgb(194,183,172); }
div.DivClassName
{
background-color: #C2B7AC;
}
.BgClassName
{
background-color: #C2B7AC;
}
</style>
border-color css
<style>
span { border-color: #C2B7AC; }
span { border-color: rgb(194,183,172); }
td.TdClassName
{
border-color: #C2B7AC;
}
.TagClassName
{
border-color: #C2B7AC;
}
</style>