Shades of Tide #C2B6AA
Tints of Tide #C2B6AA
RGB
CMYK
RGB Variations
Color information
#C2B6AA (or 0xC2B6AA) is known color: Tide. HEX triplet: C2, B6 and AA. RGB value is (194,182,170). Sum of RGB (Red+Green+Blue) = 194+182+170=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AA is #3D4955. Grayscale: #B8B8B8. Windows color (decimal): -4016470 or 11187906. OLE color: 11187906.
HSL color Cylindrical-coordinate representation of color #C2B6AA: hue angle of 30º 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 #C2B6AA is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 182 | 170 | - |
CMYK | 0 | 0.06 | 0.12 | 0.24 |
HSL | 30º | 0.16% | 0.71% | - |
HSV(B) | 30º | 0.12% | 0.76% | - |
XYZ | 46.23 | 47.83 | 44.83 | - |
YUV | 184.22 | 119.98 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 170 | 0 | 0.06 | 0.12 | 0.24 | 30 | 0.16 | 0.71 |
Hex | C2 | B6 | AA | 0 | 6 | C | 18 | 1E | 10 | 47 |
Octal | 302 | 266 | 252 | 0 | 6 | 14 | 30 | 36 | 20 | 107 |
Binary | 11000010 | 10110110 | 10101010 | 0 | 110 | 1100 | 11000 | 11110 | 10000 | 1000111 |
Color Harmonies of #C2B6AA
Complementary color
Monochromatic Colors of #C2B6AA
Black with #C2B6AA
Text Example
Text Example
White with #C2B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6AA; }
p { color: rgb(194,182,170); }
H1.HeaderClassName
{
color: #C2B6AA;
}
.AnyTagClassName
{
color: #C2B6AA;
}
</style>
background-color css
<style>
a { background-color: #C2B6AA; }
a { background-color: rgb(194,182,170); }
div.DivClassName
{
background-color: #C2B6AA;
}
.BgClassName
{
background-color: #C2B6AA;
}
</style>
border-color css
<style>
span { border-color: #C2B6AA; }
span { border-color: rgb(194,182,170); }
td.TdClassName
{
border-color: #C2B6AA;
}
.TagClassName
{
border-color: #C2B6AA;
}
</style>