Shades of Quicksand #C89588
Tints of Quicksand #C89588
RGB
CMYK
RGB Variations
Color information
#C89588 (or 0xC89588) is known color: Quicksand. HEX triplet: C8, 95 and 88. RGB value is (200,149,136). Sum of RGB (Red+Green+Blue) = 200+149+136=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89588 is #376A77. Grayscale: #A2A2A2. Windows color (decimal): -3631736 or 8951240. OLE color: 8951240.
HSL color Cylindrical-coordinate representation of color #C89588: hue angle of 12.19º 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 #C89588 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 136 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.22 |
| HSL | 12.19º | 0.37% | 0.66% | - |
| HSV(B) | 12.19º | 0.32% | 0.78% | - |
| XYZ | 39.01 | 35.55 | 28.1 | - |
| YUV | 162.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 136 | 0 | 0.26 | 0.32 | 0.22 | 12.19 | 0.37 | 0.66 |
| Hex | C8 | 95 | 88 | 0 | 1A | 20 | 16 | C | 25 | 42 |
| Octal | 310 | 225 | 210 | 0 | 32 | 40 | 26 | 14 | 45 | 102 |
| Binary | 11001000 | 10010101 | 10001000 | 0 | 11010 | 100000 | 10110 | 1100 | 100101 | 1000010 |
Color Harmonies of #C89588
Complementary color
Monochromatic Colors of #C89588
Black with #C89588
Text Example
Text Example
White with #C89588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89588; }
p { color: rgb(200,149,136); }
H1.HeaderClassName
{
color: #C89588;
}
.AnyTagClassName
{
color: #C89588;
}
</style>
background-color css
<style>
a { background-color: #C89588; }
a { background-color: rgb(200,149,136); }
div.DivClassName
{
background-color: #C89588;
}
.BgClassName
{
background-color: #C89588;
}
</style>
border-color css
<style>
span { border-color: #C89588; }
span { border-color: rgb(200,149,136); }
td.TdClassName
{
border-color: #C89588;
}
.TagClassName
{
border-color: #C89588;
}
</style>