Shades of Tide #CBB7AA
Tints of Tide #CBB7AA
RGB
CMYK
RGB Variations
Color information
#CBB7AA (or 0xCBB7AA) is known color: Tide. HEX triplet: CB, B7 and AA. RGB value is (203,183,170). Sum of RGB (Red+Green+Blue) = 203+183+170=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB7AA is #344855. Grayscale: #BBBBBB. Windows color (decimal): -3426390 or 11188171. OLE color: 11188171.
HSL color Cylindrical-coordinate representation of color #CBB7AA: hue angle of 23.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB7AA is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 170 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.20 |
| HSL | 23.64º | 0.24% | 0.73% | - |
| HSV(B) | 23.64º | 0.16% | 0.8% | - |
| XYZ | 48.82 | 49.47 | 45.01 | - |
| YUV | 187.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 170 | 0 | 0.10 | 0.16 | 0.20 | 23.64 | 0.24 | 0.73 |
| Hex | CB | B7 | AA | 0 | A | 10 | 14 | 18 | 18 | 49 |
| Octal | 313 | 267 | 252 | 0 | 12 | 20 | 24 | 30 | 30 | 111 |
| Binary | 11001011 | 10110111 | 10101010 | 0 | 1010 | 10000 | 10100 | 11000 | 11000 | 1001001 |
Color Harmonies of #CBB7AA
Complementary color
Monochromatic Colors of #CBB7AA
Black with #CBB7AA
Text Example
Text Example
White with #CBB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7AA; }
p { color: rgb(203,183,170); }
H1.HeaderClassName
{
color: #CBB7AA;
}
.AnyTagClassName
{
color: #CBB7AA;
}
</style>
background-color css
<style>
a { background-color: #CBB7AA; }
a { background-color: rgb(203,183,170); }
div.DivClassName
{
background-color: #CBB7AA;
}
.BgClassName
{
background-color: #CBB7AA;
}
</style>
border-color css
<style>
span { border-color: #CBB7AA; }
span { border-color: rgb(203,183,170); }
td.TdClassName
{
border-color: #CBB7AA;
}
.TagClassName
{
border-color: #CBB7AA;
}
</style>