Shades of Quicksand #C89688
Tints of Quicksand #C89688
RGB
CMYK
RGB Variations
Color information
#C89688 (or 0xC89688) is known color: Quicksand. HEX triplet: C8, 96 and 88. RGB value is (200,150,136). Sum of RGB (Red+Green+Blue) = 200+150+136=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C89688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89688 is #376977. Grayscale: #A3A3A3. Windows color (decimal): -3631480 or 8951496. OLE color: 8951496.
HSL color Cylindrical-coordinate representation of color #C89688: hue angle of 13.12º 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 #C89688 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 136 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.22 |
| HSL | 13.13º | 0.37% | 0.66% | - |
| HSV(B) | 13.13º | 0.32% | 0.78% | - |
| XYZ | 39.17 | 35.87 | 28.15 | - |
| YUV | 163.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 136 | 0 | 0.25 | 0.32 | 0.22 | 13.13 | 0.37 | 0.66 |
| Hex | C8 | 96 | 88 | 0 | 19 | 20 | 16 | D | 25 | 42 |
| Octal | 310 | 226 | 210 | 0 | 31 | 40 | 26 | 15 | 45 | 102 |
| Binary | 11001000 | 10010110 | 10001000 | 0 | 11001 | 100000 | 10110 | 1101 | 100101 | 1000010 |
Color Harmonies of #C89688
Complementary color
Monochromatic Colors of #C89688
Black with #C89688
Text Example
Text Example
White with #C89688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89688; }
p { color: rgb(200,150,136); }
H1.HeaderClassName
{
color: #C89688;
}
.AnyTagClassName
{
color: #C89688;
}
</style>
background-color css
<style>
a { background-color: #C89688; }
a { background-color: rgb(200,150,136); }
div.DivClassName
{
background-color: #C89688;
}
.BgClassName
{
background-color: #C89688;
}
</style>
border-color css
<style>
span { border-color: #C89688; }
span { border-color: rgb(200,150,136); }
td.TdClassName
{
border-color: #C89688;
}
.TagClassName
{
border-color: #C89688;
}
</style>