Shades of Tide #C8BAAE
Tints of Tide #C8BAAE
RGB
CMYK
RGB Variations
Color information
#C8BAAE (or 0xC8BAAE) is known color: Tide. HEX triplet: C8, BA and AE. RGB value is (200,186,174). Sum of RGB (Red+Green+Blue) = 200+186+174=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAAE is #374551. Grayscale: #BCBCBC. Windows color (decimal): -3622226 or 11451080. OLE color: 11451080.
HSL color Cylindrical-coordinate representation of color #C8BAAE: hue angle of 27.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BAAE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 174 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.22 |
| HSL | 27.69º | 0.19% | 0.73% | - |
| HSV(B) | 27.69º | 0.13% | 0.78% | - |
| XYZ | 49.02 | 50.45 | 47.2 | - |
| YUV | 188.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 174 | 0 | 0.07 | 0.13 | 0.22 | 27.69 | 0.19 | 0.73 |
| Hex | C8 | BA | AE | 0 | 7 | D | 16 | 1C | 13 | 49 |
| Octal | 310 | 272 | 256 | 0 | 7 | 15 | 26 | 34 | 23 | 111 |
| Binary | 11001000 | 10111010 | 10101110 | 0 | 111 | 1101 | 10110 | 11100 | 10011 | 1001001 |
Color Harmonies of #C8BAAE
Complementary color
Monochromatic Colors of #C8BAAE
Black with #C8BAAE
Text Example
Text Example
White with #C8BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAAE; }
p { color: rgb(200,186,174); }
H1.HeaderClassName
{
color: #C8BAAE;
}
.AnyTagClassName
{
color: #C8BAAE;
}
</style>
background-color css
<style>
a { background-color: #C8BAAE; }
a { background-color: rgb(200,186,174); }
div.DivClassName
{
background-color: #C8BAAE;
}
.BgClassName
{
background-color: #C8BAAE;
}
</style>
border-color css
<style>
span { border-color: #C8BAAE; }
span { border-color: rgb(200,186,174); }
td.TdClassName
{
border-color: #C8BAAE;
}
.TagClassName
{
border-color: #C8BAAE;
}
</style>