Shades of Quicksand #C89E8B
Tints of Quicksand #C89E8B
RGB
CMYK
RGB Variations
Color information
#C89E8B (or 0xC89E8B) is known color: Quicksand. HEX triplet: C8, 9E and 8B. RGB value is (200,158,139). Sum of RGB (Red+Green+Blue) = 200+158+139=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89E8B is #376174. Grayscale: #A8A8A8. Windows color (decimal): -3629429 or 9150152. OLE color: 9150152.
HSL color Cylindrical-coordinate representation of color #C89E8B: hue angle of 18.69º 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 #C89E8B is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 139 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.22 |
| HSL | 18.69º | 0.36% | 0.66% | - |
| HSV(B) | 18.69º | 0.31% | 0.78% | - |
| XYZ | 40.71 | 38.6 | 29.73 | - |
| YUV | 168.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 139 | 0 | 0.21 | 0.30 | 0.22 | 18.69 | 0.36 | 0.66 |
| Hex | C8 | 9E | 8B | 0 | 15 | 1E | 16 | 13 | 24 | 42 |
| Octal | 310 | 236 | 213 | 0 | 25 | 36 | 26 | 23 | 44 | 102 |
| Binary | 11001000 | 10011110 | 10001011 | 0 | 10101 | 11110 | 10110 | 10011 | 100100 | 1000010 |
Color Harmonies of #C89E8B
Complementary color
Monochromatic Colors of #C89E8B
Black with #C89E8B
Text Example
Text Example
White with #C89E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E8B; }
p { color: rgb(200,158,139); }
H1.HeaderClassName
{
color: #C89E8B;
}
.AnyTagClassName
{
color: #C89E8B;
}
</style>
background-color css
<style>
a { background-color: #C89E8B; }
a { background-color: rgb(200,158,139); }
div.DivClassName
{
background-color: #C89E8B;
}
.BgClassName
{
background-color: #C89E8B;
}
</style>
border-color css
<style>
span { border-color: #C89E8B; }
span { border-color: rgb(200,158,139); }
td.TdClassName
{
border-color: #C89E8B;
}
.TagClassName
{
border-color: #C89E8B;
}
</style>