Shades of Quicksand #C89387
Tints of Quicksand #C89387
RGB
CMYK
RGB Variations
Color information
#C89387 (or 0xC89387) is known color: Quicksand. HEX triplet: C8, 93 and 87. RGB value is (200,147,135). Sum of RGB (Red+Green+Blue) = 200+147+135=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C89387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89387 is #376C78. Grayscale: #A1A1A1. Windows color (decimal): -3632249 or 8885192. OLE color: 8885192.
HSL color Cylindrical-coordinate representation of color #C89387: hue angle of 11.08º 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 #C89387 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 135 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.22 |
| HSL | 11.08º | 0.37% | 0.66% | - |
| HSV(B) | 11.08º | 0.33% | 0.78% | - |
| XYZ | 38.63 | 34.9 | 27.62 | - |
| YUV | 161.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 135 | 0 | 0.26 | 0.32 | 0.22 | 11.08 | 0.37 | 0.66 |
| Hex | C8 | 93 | 87 | 0 | 1A | 20 | 16 | B | 25 | 42 |
| Octal | 310 | 223 | 207 | 0 | 32 | 40 | 26 | 13 | 45 | 102 |
| Binary | 11001000 | 10010011 | 10000111 | 0 | 11010 | 100000 | 10110 | 1011 | 100101 | 1000010 |
Color Harmonies of #C89387
Complementary color
Monochromatic Colors of #C89387
Black with #C89387
Text Example
Text Example
White with #C89387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89387; }
p { color: rgb(200,147,135); }
H1.HeaderClassName
{
color: #C89387;
}
.AnyTagClassName
{
color: #C89387;
}
</style>
background-color css
<style>
a { background-color: #C89387; }
a { background-color: rgb(200,147,135); }
div.DivClassName
{
background-color: #C89387;
}
.BgClassName
{
background-color: #C89387;
}
</style>
border-color css
<style>
span { border-color: #C89387; }
span { border-color: rgb(200,147,135); }
td.TdClassName
{
border-color: #C89387;
}
.TagClassName
{
border-color: #C89387;
}
</style>