Shades of Quicksand #C89F8B
Tints of Quicksand #C89F8B
RGB
CMYK
RGB Variations
Color information
#C89F8B (or 0xC89F8B) is known color: Quicksand. HEX triplet: C8, 9F and 8B. RGB value is (200,159,139). Sum of RGB (Red+Green+Blue) = 200+159+139=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F8B is #376074. Grayscale: #A9A9A9. Windows color (decimal): -3629173 or 9150408. OLE color: 9150408.
HSL color Cylindrical-coordinate representation of color #C89F8B: hue angle of 19.67º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89F8B is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 139 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.22 |
| HSL | 19.67º | 0.36% | 0.66% | - |
| HSV(B) | 19.67º | 0.31% | 0.78% | - |
| XYZ | 40.88 | 38.94 | 29.79 | - |
| YUV | 168.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 139 | 0 | 0.20 | 0.30 | 0.22 | 19.67 | 0.36 | 0.66 |
| Hex | C8 | 9F | 8B | 0 | 14 | 1E | 16 | 14 | 24 | 42 |
| Octal | 310 | 237 | 213 | 0 | 24 | 36 | 26 | 24 | 44 | 102 |
| Binary | 11001000 | 10011111 | 10001011 | 0 | 10100 | 11110 | 10110 | 10100 | 100100 | 1000010 |
Color Harmonies of #C89F8B
Complementary color
Monochromatic Colors of #C89F8B
Black with #C89F8B
Text Example
Text Example
White with #C89F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F8B; }
p { color: rgb(200,159,139); }
H1.HeaderClassName
{
color: #C89F8B;
}
.AnyTagClassName
{
color: #C89F8B;
}
</style>
background-color css
<style>
a { background-color: #C89F8B; }
a { background-color: rgb(200,159,139); }
div.DivClassName
{
background-color: #C89F8B;
}
.BgClassName
{
background-color: #C89F8B;
}
</style>
border-color css
<style>
span { border-color: #C89F8B; }
span { border-color: rgb(200,159,139); }
td.TdClassName
{
border-color: #C89F8B;
}
.TagClassName
{
border-color: #C89F8B;
}
</style>