Shades of Tide #C2B2AA
Tints of Tide #C2B2AA
RGB
CMYK
RGB Variations
Color information
#C2B2AA (or 0xC2B2AA) is known color: Tide. HEX triplet: C2, B2 and AA. RGB value is (194,178,170). Sum of RGB (Red+Green+Blue) = 194+178+170=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2AA is #3D4D55. Grayscale: #B5B5B5. Windows color (decimal): -4017494 or 11186882. OLE color: 11186882.
HSL color Cylindrical-coordinate representation of color #C2B2AA: hue angle of 20º 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 #C2B2AA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 178 | 170 | - |
CMYK | 0 | 0.08 | 0.12 | 0.24 |
HSL | 20º | 0.16% | 0.71% | - |
HSV(B) | 20º | 0.12% | 0.76% | - |
XYZ | 45.42 | 46.21 | 44.56 | - |
YUV | 181.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 170 | 0 | 0.08 | 0.12 | 0.24 | 20 | 0.16 | 0.71 |
Hex | C2 | B2 | AA | 0 | 8 | C | 18 | 14 | 10 | 47 |
Octal | 302 | 262 | 252 | 0 | 10 | 14 | 30 | 24 | 20 | 107 |
Binary | 11000010 | 10110010 | 10101010 | 0 | 1000 | 1100 | 11000 | 10100 | 10000 | 1000111 |
Color Harmonies of #C2B2AA
Complementary color
Monochromatic Colors of #C2B2AA
Black with #C2B2AA
Text Example
Text Example
White with #C2B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2AA; }
p { color: rgb(194,178,170); }
H1.HeaderClassName
{
color: #C2B2AA;
}
.AnyTagClassName
{
color: #C2B2AA;
}
</style>
background-color css
<style>
a { background-color: #C2B2AA; }
a { background-color: rgb(194,178,170); }
div.DivClassName
{
background-color: #C2B2AA;
}
.BgClassName
{
background-color: #C2B2AA;
}
</style>
border-color css
<style>
span { border-color: #C2B2AA; }
span { border-color: rgb(194,178,170); }
td.TdClassName
{
border-color: #C2B2AA;
}
.TagClassName
{
border-color: #C2B2AA;
}
</style>