Shades of Quicksand #C89C93
Tints of Quicksand #C89C93
RGB
CMYK
RGB Variations
Color information
#C89C93 (or 0xC89C93) is known color: Quicksand. HEX triplet: C8, 9C and 93. RGB value is (200,156,147). Sum of RGB (Red+Green+Blue) = 200+156+147=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C93 is #37636C. Grayscale: #A8A8A8. Windows color (decimal): -3629933 or 9673928. OLE color: 9673928.
HSL color Cylindrical-coordinate representation of color #C89C93: hue angle of 10.19º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89C93 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 147 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.22 |
| HSL | 10.19º | 0.33% | 0.68% | - |
| HSV(B) | 10.19º | 0.27% | 0.78% | - |
| XYZ | 40.97 | 38.16 | 32.81 | - |
| YUV | 168.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 147 | 0 | 0.22 | 0.26 | 0.22 | 10.19 | 0.33 | 0.68 |
| Hex | C8 | 9C | 93 | 0 | 16 | 1A | 16 | A | 21 | 44 |
| Octal | 310 | 234 | 223 | 0 | 26 | 32 | 26 | 12 | 41 | 104 |
| Binary | 11001000 | 10011100 | 10010011 | 0 | 10110 | 11010 | 10110 | 1010 | 100001 | 1000100 |
Color Harmonies of #C89C93
Complementary color
Monochromatic Colors of #C89C93
Black with #C89C93
Text Example
Text Example
White with #C89C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C93; }
p { color: rgb(200,156,147); }
H1.HeaderClassName
{
color: #C89C93;
}
.AnyTagClassName
{
color: #C89C93;
}
</style>
background-color css
<style>
a { background-color: #C89C93; }
a { background-color: rgb(200,156,147); }
div.DivClassName
{
background-color: #C89C93;
}
.BgClassName
{
background-color: #C89C93;
}
</style>
border-color css
<style>
span { border-color: #C89C93; }
span { border-color: rgb(200,156,147); }
td.TdClassName
{
border-color: #C89C93;
}
.TagClassName
{
border-color: #C89C93;
}
</style>