Shades of Tide #C0B4AB
Tints of Tide #C0B4AB
RGB
CMYK
RGB Variations
Color information
#C0B4AB (or 0xC0B4AB) is known color: Tide. HEX triplet: C0, B4 and AB. RGB value is (192,180,171). Sum of RGB (Red+Green+Blue) = 192+180+171=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B4AB is #3F4B54. Grayscale: #B6B6B6. Windows color (decimal): -4148053 or 11252928. OLE color: 11252928.
HSL color Cylindrical-coordinate representation of color #C0B4AB: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B4AB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 171 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.25 |
| HSL | 25.71º | 0.14% | 0.71% | - |
| HSV(B) | 25.71º | 0.11% | 0.75% | - |
| XYZ | 45.41 | 46.79 | 45.17 | - |
| YUV | 182.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 171 | 0 | 0.06 | 0.11 | 0.25 | 25.71 | 0.14 | 0.71 |
| Hex | C0 | B4 | AB | 0 | 6 | B | 19 | 1A | E | 47 |
| Octal | 300 | 264 | 253 | 0 | 6 | 13 | 31 | 32 | 16 | 107 |
| Binary | 11000000 | 10110100 | 10101011 | 0 | 110 | 1011 | 11001 | 11010 | 1110 | 1000111 |
Color Harmonies of #C0B4AB
Complementary color
Monochromatic Colors of #C0B4AB
Black with #C0B4AB
Text Example
Text Example
White with #C0B4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4AB; }
p { color: rgb(192,180,171); }
H1.HeaderClassName
{
color: #C0B4AB;
}
.AnyTagClassName
{
color: #C0B4AB;
}
</style>
background-color css
<style>
a { background-color: #C0B4AB; }
a { background-color: rgb(192,180,171); }
div.DivClassName
{
background-color: #C0B4AB;
}
.BgClassName
{
background-color: #C0B4AB;
}
</style>
border-color css
<style>
span { border-color: #C0B4AB; }
span { border-color: rgb(192,180,171); }
td.TdClassName
{
border-color: #C0B4AB;
}
.TagClassName
{
border-color: #C0B4AB;
}
</style>