Shades of Tide #C8B5A7
Tints of Tide #C8B5A7
RGB
CMYK
RGB Variations
Color information
#C8B5A7 (or 0xC8B5A7) is known color: Tide. HEX triplet: C8, B5 and A7. RGB value is (200,181,167). Sum of RGB (Red+Green+Blue) = 200+181+167=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B5A7 is #374A58. Grayscale: #B9B9B9. Windows color (decimal): -3623513 or 10991048. OLE color: 10991048.
HSL color Cylindrical-coordinate representation of color #C8B5A7: hue angle of 25.45º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8B5A7 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 167 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.22 |
| HSL | 25.45º | 0.23% | 0.72% | - |
| HSV(B) | 25.45º | 0.17% | 0.78% | - |
| XYZ | 47.32 | 48.12 | 43.35 | - |
| YUV | 185.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 167 | 0 | 0.09 | 0.16 | 0.22 | 25.45 | 0.23 | 0.72 |
| Hex | C8 | B5 | A7 | 0 | 9 | 10 | 16 | 19 | 17 | 48 |
| Octal | 310 | 265 | 247 | 0 | 11 | 20 | 26 | 31 | 27 | 110 |
| Binary | 11001000 | 10110101 | 10100111 | 0 | 1001 | 10000 | 10110 | 11001 | 10111 | 1001000 |
Color Harmonies of #C8B5A7
Complementary color
Monochromatic Colors of #C8B5A7
Black with #C8B5A7
Text Example
Text Example
White with #C8B5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5A7; }
p { color: rgb(200,181,167); }
H1.HeaderClassName
{
color: #C8B5A7;
}
.AnyTagClassName
{
color: #C8B5A7;
}
</style>
background-color css
<style>
a { background-color: #C8B5A7; }
a { background-color: rgb(200,181,167); }
div.DivClassName
{
background-color: #C8B5A7;
}
.BgClassName
{
background-color: #C8B5A7;
}
</style>
border-color css
<style>
span { border-color: #C8B5A7; }
span { border-color: rgb(200,181,167); }
td.TdClassName
{
border-color: #C8B5A7;
}
.TagClassName
{
border-color: #C8B5A7;
}
</style>