Shades of Tide #C2B2A4
Tints of Tide #C2B2A4
RGB
CMYK
RGB Variations
Color information
#C2B2A4 (or 0xC2B2A4) is known color: Tide. HEX triplet: C2, B2 and A4. RGB value is (194,178,164). Sum of RGB (Red+Green+Blue) = 194+178+164=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2A4 is #3D4D5B. Grayscale: #B5B5B5. Windows color (decimal): -4017500 or 10793666. OLE color: 10793666.
HSL color Cylindrical-coordinate representation of color #C2B2A4: hue angle of 28º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B2A4 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 164 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.24 |
| HSL | 28º | 0.2% | 0.7% | - |
| HSV(B) | 28º | 0.15% | 0.76% | - |
| XYZ | 44.87 | 45.99 | 41.63 | - |
| YUV | 181.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 164 | 0 | 0.08 | 0.15 | 0.24 | 28 | 0.2 | 0.7 |
| Hex | C2 | B2 | A4 | 0 | 8 | F | 18 | 1C | 14 | 46 |
| Octal | 302 | 262 | 244 | 0 | 10 | 17 | 30 | 34 | 24 | 106 |
| Binary | 11000010 | 10110010 | 10100100 | 0 | 1000 | 1111 | 11000 | 11100 | 10100 | 1000110 |
Color Harmonies of #C2B2A4
Complementary color
Monochromatic Colors of #C2B2A4
Black with #C2B2A4
Text Example
Text Example
White with #C2B2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2A4; }
p { color: rgb(194,178,164); }
H1.HeaderClassName
{
color: #C2B2A4;
}
.AnyTagClassName
{
color: #C2B2A4;
}
</style>
background-color css
<style>
a { background-color: #C2B2A4; }
a { background-color: rgb(194,178,164); }
div.DivClassName
{
background-color: #C2B2A4;
}
.BgClassName
{
background-color: #C2B2A4;
}
</style>
border-color css
<style>
span { border-color: #C2B2A4; }
span { border-color: rgb(194,178,164); }
td.TdClassName
{
border-color: #C2B2A4;
}
.TagClassName
{
border-color: #C2B2A4;
}
</style>