Shades of Quicksand #C89385
Tints of Quicksand #C89385
RGB
CMYK
RGB Variations
Color information
#C89385 (or 0xC89385) is known color: Quicksand. HEX triplet: C8, 93 and 85. RGB value is (200,147,133). Sum of RGB (Red+Green+Blue) = 200+147+133=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89385 is #376C7A. Grayscale: #A1A1A1. Windows color (decimal): -3632251 or 8754120. OLE color: 8754120.
HSL color Cylindrical-coordinate representation of color #C89385: hue angle of 12.54º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89385 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 133 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.22 |
| HSL | 12.54º | 0.38% | 0.65% | - |
| HSV(B) | 12.54º | 0.34% | 0.78% | - |
| XYZ | 38.49 | 34.84 | 26.89 | - |
| YUV | 161.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 133 | 0 | 0.26 | 0.34 | 0.22 | 12.54 | 0.38 | 0.65 |
| Hex | C8 | 93 | 85 | 0 | 1A | 22 | 16 | D | 26 | 41 |
| Octal | 310 | 223 | 205 | 0 | 32 | 42 | 26 | 15 | 46 | 101 |
| Binary | 11001000 | 10010011 | 10000101 | 0 | 11010 | 100010 | 10110 | 1101 | 100110 | 1000001 |
Color Harmonies of #C89385
Complementary color
Monochromatic Colors of #C89385
Black with #C89385
Text Example
Text Example
White with #C89385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89385; }
p { color: rgb(200,147,133); }
H1.HeaderClassName
{
color: #C89385;
}
.AnyTagClassName
{
color: #C89385;
}
</style>
background-color css
<style>
a { background-color: #C89385; }
a { background-color: rgb(200,147,133); }
div.DivClassName
{
background-color: #C89385;
}
.BgClassName
{
background-color: #C89385;
}
</style>
border-color css
<style>
span { border-color: #C89385; }
span { border-color: rgb(200,147,133); }
td.TdClassName
{
border-color: #C89385;
}
.TagClassName
{
border-color: #C89385;
}
</style>