Shades of Tide #CBB9AC
Tints of Tide #CBB9AC
RGB
CMYK
RGB Variations
Color information
#CBB9AC (or 0xCBB9AC) is known color: Tide. HEX triplet: CB, B9 and AC. RGB value is (203,185,172). Sum of RGB (Red+Green+Blue) = 203+185+172=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB9AC is #344653. Grayscale: #BCBCBC. Windows color (decimal): -3425876 or 11319755. OLE color: 11319755.
HSL color Cylindrical-coordinate representation of color #CBB9AC: hue angle of 25.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB9AC is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 172 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.20 |
| HSL | 25.16º | 0.23% | 0.74% | - |
| HSV(B) | 25.16º | 0.15% | 0.8% | - |
| XYZ | 49.42 | 50.37 | 46.15 | - |
| YUV | 188.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 172 | 0 | 0.09 | 0.15 | 0.20 | 25.16 | 0.23 | 0.74 |
| Hex | CB | B9 | AC | 0 | 9 | F | 14 | 19 | 17 | 4A |
| Octal | 313 | 271 | 254 | 0 | 11 | 17 | 24 | 31 | 27 | 112 |
| Binary | 11001011 | 10111001 | 10101100 | 0 | 1001 | 1111 | 10100 | 11001 | 10111 | 1001010 |
Color Harmonies of #CBB9AC
Complementary color
Monochromatic Colors of #CBB9AC
Black with #CBB9AC
Text Example
Text Example
White with #CBB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9AC; }
p { color: rgb(203,185,172); }
H1.HeaderClassName
{
color: #CBB9AC;
}
.AnyTagClassName
{
color: #CBB9AC;
}
</style>
background-color css
<style>
a { background-color: #CBB9AC; }
a { background-color: rgb(203,185,172); }
div.DivClassName
{
background-color: #CBB9AC;
}
.BgClassName
{
background-color: #CBB9AC;
}
</style>
border-color css
<style>
span { border-color: #CBB9AC; }
span { border-color: rgb(203,185,172); }
td.TdClassName
{
border-color: #CBB9AC;
}
.TagClassName
{
border-color: #CBB9AC;
}
</style>