Shades of Tide #C8B5A9
Tints of Tide #C8B5A9
RGB
CMYK
RGB Variations
Color information
#C8B5A9 (or 0xC8B5A9) is known color: Tide. HEX triplet: C8, B5 and A9. RGB value is (200,181,169). Sum of RGB (Red+Green+Blue) = 200+181+169=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B5A9 is #374A56. Grayscale: #B9B9B9. Windows color (decimal): -3623511 or 11122120. OLE color: 11122120.
HSL color Cylindrical-coordinate representation of color #C8B5A9: hue angle of 23.23º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8B5A9 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 169 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.22 |
| HSL | 23.23º | 0.22% | 0.72% | - |
| HSV(B) | 23.23º | 0.16% | 0.78% | - |
| XYZ | 47.5 | 48.19 | 44.33 | - |
| YUV | 185.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 169 | 0 | 0.09 | 0.16 | 0.22 | 23.23 | 0.22 | 0.72 |
| Hex | C8 | B5 | A9 | 0 | 9 | 10 | 16 | 17 | 16 | 48 |
| Octal | 310 | 265 | 251 | 0 | 11 | 20 | 26 | 27 | 26 | 110 |
| Binary | 11001000 | 10110101 | 10101001 | 0 | 1001 | 10000 | 10110 | 10111 | 10110 | 1001000 |
Color Harmonies of #C8B5A9
Complementary color
Monochromatic Colors of #C8B5A9
Black with #C8B5A9
Text Example
Text Example
White with #C8B5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5A9; }
p { color: rgb(200,181,169); }
H1.HeaderClassName
{
color: #C8B5A9;
}
.AnyTagClassName
{
color: #C8B5A9;
}
</style>
background-color css
<style>
a { background-color: #C8B5A9; }
a { background-color: rgb(200,181,169); }
div.DivClassName
{
background-color: #C8B5A9;
}
.BgClassName
{
background-color: #C8B5A9;
}
</style>
border-color css
<style>
span { border-color: #C8B5A9; }
span { border-color: rgb(200,181,169); }
td.TdClassName
{
border-color: #C8B5A9;
}
.TagClassName
{
border-color: #C8B5A9;
}
</style>