Shades of Tide #C0B5AE
Tints of Tide #C0B5AE
RGB
CMYK
RGB Variations
Color information
#C0B5AE (or 0xC0B5AE) is known color: Tide. HEX triplet: C0, B5 and AE. RGB value is (192,181,174). Sum of RGB (Red+Green+Blue) = 192+181+174=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5AE is #3F4A51. Grayscale: #B7B7B7. Windows color (decimal): -4147794 or 11449792. OLE color: 11449792.
HSL color Cylindrical-coordinate representation of color #C0B5AE: hue angle of 23.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B5AE is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 174 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.25 |
| HSL | 23.33º | 0.13% | 0.72% | - |
| HSV(B) | 23.33º | 0.09% | 0.75% | - |
| XYZ | 45.9 | 47.31 | 46.76 | - |
| YUV | 183.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 174 | 0 | 0.06 | 0.09 | 0.25 | 23.33 | 0.13 | 0.72 |
| Hex | C0 | B5 | AE | 0 | 6 | 9 | 19 | 17 | C | 48 |
| Octal | 300 | 265 | 256 | 0 | 6 | 11 | 31 | 27 | 14 | 110 |
| Binary | 11000000 | 10110101 | 10101110 | 0 | 110 | 1001 | 11001 | 10111 | 1100 | 1001000 |
Color Harmonies of #C0B5AE
Complementary color
Monochromatic Colors of #C0B5AE
Black with #C0B5AE
Text Example
Text Example
White with #C0B5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5AE; }
p { color: rgb(192,181,174); }
H1.HeaderClassName
{
color: #C0B5AE;
}
.AnyTagClassName
{
color: #C0B5AE;
}
</style>
background-color css
<style>
a { background-color: #C0B5AE; }
a { background-color: rgb(192,181,174); }
div.DivClassName
{
background-color: #C0B5AE;
}
.BgClassName
{
background-color: #C0B5AE;
}
</style>
border-color css
<style>
span { border-color: #C0B5AE; }
span { border-color: rgb(192,181,174); }
td.TdClassName
{
border-color: #C0B5AE;
}
.TagClassName
{
border-color: #C0B5AE;
}
</style>