Shades of Quicksand #C89993
Tints of Quicksand #C89993
RGB
CMYK
RGB Variations
Color information
#C89993 (or 0xC89993) is known color: Quicksand. HEX triplet: C8, 99 and 93. RGB value is (200,153,147). Sum of RGB (Red+Green+Blue) = 200+153+147=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C89993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89993 is #37666C. Grayscale: #A6A6A6. Windows color (decimal): -3630701 or 9673160. OLE color: 9673160.
HSL color Cylindrical-coordinate representation of color #C89993: hue angle of 6.79º 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 #C89993 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 147 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.22 |
| HSL | 6.79º | 0.33% | 0.68% | - |
| HSV(B) | 6.79º | 0.27% | 0.78% | - |
| XYZ | 40.48 | 37.17 | 32.64 | - |
| YUV | 166.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 147 | 0 | 0.24 | 0.26 | 0.22 | 6.79 | 0.33 | 0.68 |
| Hex | C8 | 99 | 93 | 0 | 18 | 1A | 16 | 7 | 21 | 44 |
| Octal | 310 | 231 | 223 | 0 | 30 | 32 | 26 | 7 | 41 | 104 |
| Binary | 11001000 | 10011001 | 10010011 | 0 | 11000 | 11010 | 10110 | 111 | 100001 | 1000100 |
Color Harmonies of #C89993
Complementary color
Monochromatic Colors of #C89993
Black with #C89993
Text Example
Text Example
White with #C89993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89993; }
p { color: rgb(200,153,147); }
H1.HeaderClassName
{
color: #C89993;
}
.AnyTagClassName
{
color: #C89993;
}
</style>
background-color css
<style>
a { background-color: #C89993; }
a { background-color: rgb(200,153,147); }
div.DivClassName
{
background-color: #C89993;
}
.BgClassName
{
background-color: #C89993;
}
</style>
border-color css
<style>
span { border-color: #C89993; }
span { border-color: rgb(200,153,147); }
td.TdClassName
{
border-color: #C89993;
}
.TagClassName
{
border-color: #C89993;
}
</style>