Shades of Tide #C2B4AA
Tints of Tide #C2B4AA
RGB
CMYK
RGB Variations
Color information
#C2B4AA (or 0xC2B4AA) is known color: Tide. HEX triplet: C2, B4 and AA. RGB value is (194,180,170). Sum of RGB (Red+Green+Blue) = 194+180+170=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AA is #3D4B55. Grayscale: #B7B7B7. Windows color (decimal): -4016982 or 11187394. OLE color: 11187394.
HSL color Cylindrical-coordinate representation of color #C2B4AA: hue angle of 25º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B4AA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 170 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.24 |
| HSL | 25º | 0.16% | 0.71% | - |
| HSV(B) | 25º | 0.12% | 0.76% | - |
| XYZ | 45.83 | 47.01 | 44.69 | - |
| YUV | 183.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 170 | 0 | 0.07 | 0.12 | 0.24 | 25 | 0.16 | 0.71 |
| Hex | C2 | B4 | AA | 0 | 7 | C | 18 | 19 | 10 | 47 |
| Octal | 302 | 264 | 252 | 0 | 7 | 14 | 30 | 31 | 20 | 107 |
| Binary | 11000010 | 10110100 | 10101010 | 0 | 111 | 1100 | 11000 | 11001 | 10000 | 1000111 |
Color Harmonies of #C2B4AA
Complementary color
Monochromatic Colors of #C2B4AA
Black with #C2B4AA
Text Example
Text Example
White with #C2B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B4AA; }
p { color: rgb(194,180,170); }
H1.HeaderClassName
{
color: #C2B4AA;
}
.AnyTagClassName
{
color: #C2B4AA;
}
</style>
background-color css
<style>
a { background-color: #C2B4AA; }
a { background-color: rgb(194,180,170); }
div.DivClassName
{
background-color: #C2B4AA;
}
.BgClassName
{
background-color: #C2B4AA;
}
</style>
border-color css
<style>
span { border-color: #C2B4AA; }
span { border-color: rgb(194,180,170); }
td.TdClassName
{
border-color: #C2B4AA;
}
.TagClassName
{
border-color: #C2B4AA;
}
</style>