Shades of Quicksand #C89B87
Tints of Quicksand #C89B87
RGB
CMYK
RGB Variations
Color information
#C89B87 (or 0xC89B87) is known color: Quicksand. HEX triplet: C8, 9B and 87. RGB value is (200,155,135). Sum of RGB (Red+Green+Blue) = 200+155+135=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B87 is #376478. Grayscale: #A6A6A6. Windows color (decimal): -3630201 or 8887240. OLE color: 8887240.
HSL color Cylindrical-coordinate representation of color #C89B87: hue angle of 18.46º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89B87 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 135 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.22 |
| HSL | 18.46º | 0.37% | 0.66% | - |
| HSV(B) | 18.46º | 0.33% | 0.78% | - |
| XYZ | 39.91 | 37.47 | 28.05 | - |
| YUV | 166.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 135 | 0 | 0.22 | 0.32 | 0.22 | 18.46 | 0.37 | 0.66 |
| Hex | C8 | 9B | 87 | 0 | 16 | 20 | 16 | 12 | 25 | 42 |
| Octal | 310 | 233 | 207 | 0 | 26 | 40 | 26 | 22 | 45 | 102 |
| Binary | 11001000 | 10011011 | 10000111 | 0 | 10110 | 100000 | 10110 | 10010 | 100101 | 1000010 |
Color Harmonies of #C89B87
Complementary color
Monochromatic Colors of #C89B87
Black with #C89B87
Text Example
Text Example
White with #C89B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B87; }
p { color: rgb(200,155,135); }
H1.HeaderClassName
{
color: #C89B87;
}
.AnyTagClassName
{
color: #C89B87;
}
</style>
background-color css
<style>
a { background-color: #C89B87; }
a { background-color: rgb(200,155,135); }
div.DivClassName
{
background-color: #C89B87;
}
.BgClassName
{
background-color: #C89B87;
}
</style>
border-color css
<style>
span { border-color: #C89B87; }
span { border-color: rgb(200,155,135); }
td.TdClassName
{
border-color: #C89B87;
}
.TagClassName
{
border-color: #C89B87;
}
</style>