Shades of Tide #C0B6AA
Tints of Tide #C0B6AA
RGB
CMYK
RGB Variations
Color information
#C0B6AA (or 0xC0B6AA) is known color: Tide. HEX triplet: C0, B6 and AA. RGB value is (192,182,170). Sum of RGB (Red+Green+Blue) = 192+182+170=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B6AA is #3F4955. Grayscale: #B7B7B7. Windows color (decimal): -4147542 or 11187904. OLE color: 11187904.
HSL color Cylindrical-coordinate representation of color #C0B6AA: hue angle of 32.73º degrees, saturation: 0.15, 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 #C0B6AA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 170 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.25 |
| HSL | 32.73º | 0.15% | 0.71% | - |
| HSV(B) | 32.73º | 0.11% | 0.75% | - |
| XYZ | 45.72 | 47.56 | 44.8 | - |
| YUV | 183.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 170 | 0 | 0.05 | 0.11 | 0.25 | 32.73 | 0.15 | 0.71 |
| Hex | C0 | B6 | AA | 0 | 5 | B | 19 | 21 | F | 47 |
| Octal | 300 | 266 | 252 | 0 | 5 | 13 | 31 | 41 | 17 | 107 |
| Binary | 11000000 | 10110110 | 10101010 | 0 | 101 | 1011 | 11001 | 100001 | 1111 | 1000111 |
Color Harmonies of #C0B6AA
Complementary color
Monochromatic Colors of #C0B6AA
Black with #C0B6AA
Text Example
Text Example
White with #C0B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6AA; }
p { color: rgb(192,182,170); }
H1.HeaderClassName
{
color: #C0B6AA;
}
.AnyTagClassName
{
color: #C0B6AA;
}
</style>
background-color css
<style>
a { background-color: #C0B6AA; }
a { background-color: rgb(192,182,170); }
div.DivClassName
{
background-color: #C0B6AA;
}
.BgClassName
{
background-color: #C0B6AA;
}
</style>
border-color css
<style>
span { border-color: #C0B6AA; }
span { border-color: rgb(192,182,170); }
td.TdClassName
{
border-color: #C0B6AA;
}
.TagClassName
{
border-color: #C0B6AA;
}
</style>