Shades of Tide #C2B8AC
Tints of Tide #C2B8AC
RGB
CMYK
RGB Variations
Color information
#C2B8AC (or 0xC2B8AC) is known color: Tide. HEX triplet: C2, B8 and AC. RGB value is (194,184,172). Sum of RGB (Red+Green+Blue) = 194+184+172=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B8AC is #3D4753. Grayscale: #B9B9B9. Windows color (decimal): -4015956 or 11319490. OLE color: 11319490.
HSL color Cylindrical-coordinate representation of color #C2B8AC: hue angle of 32.73º 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 #C2B8AC is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 184 | 172 | - |
CMYK | 0 | 0.05 | 0.11 | 0.24 |
HSL | 32.73º | 0.15% | 0.72% | - |
HSV(B) | 32.73º | 0.11% | 0.76% | - |
XYZ | 46.84 | 48.73 | 45.97 | - |
YUV | 185.62 | 120.31 | 133.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 184 | 172 | 0 | 0.05 | 0.11 | 0.24 | 32.73 | 0.15 | 0.72 |
Hex | C2 | B8 | AC | 0 | 5 | B | 18 | 21 | F | 48 |
Octal | 302 | 270 | 254 | 0 | 5 | 13 | 30 | 41 | 17 | 110 |
Binary | 11000010 | 10111000 | 10101100 | 0 | 101 | 1011 | 11000 | 100001 | 1111 | 1001000 |
Color Harmonies of #C2B8AC
Complementary color
Monochromatic Colors of #C2B8AC
Black with #C2B8AC
Text Example
Text Example
White with #C2B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8AC; }
p { color: rgb(194,184,172); }
H1.HeaderClassName
{
color: #C2B8AC;
}
.AnyTagClassName
{
color: #C2B8AC;
}
</style>
background-color css
<style>
a { background-color: #C2B8AC; }
a { background-color: rgb(194,184,172); }
div.DivClassName
{
background-color: #C2B8AC;
}
.BgClassName
{
background-color: #C2B8AC;
}
</style>
border-color css
<style>
span { border-color: #C2B8AC; }
span { border-color: rgb(194,184,172); }
td.TdClassName
{
border-color: #C2B8AC;
}
.TagClassName
{
border-color: #C2B8AC;
}
</style>