Shades of Tide #C2B4AC
Tints of Tide #C2B4AC
RGB
CMYK
RGB Variations
Color information
#C2B4AC (or 0xC2B4AC) is known color: Tide. HEX triplet: C2, B4 and AC. RGB value is (194,180,172). Sum of RGB (Red+Green+Blue) = 194+180+172=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AC is #3D4B53. Grayscale: #B7B7B7. Windows color (decimal): -4016980 or 11318466. OLE color: 11318466.
HSL color Cylindrical-coordinate representation of color #C2B4AC: hue angle of 21.82º 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 #C2B4AC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 172 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.24 |
| HSL | 21.82º | 0.15% | 0.72% | - |
| HSV(B) | 21.82º | 0.11% | 0.76% | - |
| XYZ | 46.02 | 47.09 | 45.69 | - |
| YUV | 183.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 172 | 0 | 0.07 | 0.11 | 0.24 | 21.82 | 0.15 | 0.72 |
| Hex | C2 | B4 | AC | 0 | 7 | B | 18 | 16 | F | 48 |
| Octal | 302 | 264 | 254 | 0 | 7 | 13 | 30 | 26 | 17 | 110 |
| Binary | 11000010 | 10110100 | 10101100 | 0 | 111 | 1011 | 11000 | 10110 | 1111 | 1001000 |
Color Harmonies of #C2B4AC
Complementary color
Monochromatic Colors of #C2B4AC
Black with #C2B4AC
Text Example
Text Example
White with #C2B4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4AC; }
p { color: rgb(194,180,172); }
H1.HeaderClassName
{
color: #C2B4AC;
}
.AnyTagClassName
{
color: #C2B4AC;
}
</style>
background-color css
<style>
a { background-color: #C2B4AC; }
a { background-color: rgb(194,180,172); }
div.DivClassName
{
background-color: #C2B4AC;
}
.BgClassName
{
background-color: #C2B4AC;
}
</style>
border-color css
<style>
span { border-color: #C2B4AC; }
span { border-color: rgb(194,180,172); }
td.TdClassName
{
border-color: #C2B4AC;
}
.TagClassName
{
border-color: #C2B4AC;
}
</style>