Shades of Quicksand #C89786
Tints of Quicksand #C89786
RGB
CMYK
RGB Variations
Color information
#C89786 (or 0xC89786) is known color: Quicksand. HEX triplet: C8, 97 and 86. RGB value is (200,151,134). Sum of RGB (Red+Green+Blue) = 200+151+134=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89786 is #376879. Grayscale: #A3A3A3. Windows color (decimal): -3631226 or 8820680. OLE color: 8820680.
HSL color Cylindrical-coordinate representation of color #C89786: hue angle of 15.45º 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 #C89786 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 134 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.22 |
| HSL | 15.45º | 0.38% | 0.65% | - |
| HSV(B) | 15.45º | 0.33% | 0.78% | - |
| XYZ | 39.19 | 36.13 | 27.46 | - |
| YUV | 163.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 134 | 0 | 0.24 | 0.33 | 0.22 | 15.45 | 0.38 | 0.65 |
| Hex | C8 | 97 | 86 | 0 | 18 | 21 | 16 | F | 26 | 41 |
| Octal | 310 | 227 | 206 | 0 | 30 | 41 | 26 | 17 | 46 | 101 |
| Binary | 11001000 | 10010111 | 10000110 | 0 | 11000 | 100001 | 10110 | 1111 | 100110 | 1000001 |
Color Harmonies of #C89786
Complementary color
Monochromatic Colors of #C89786
Black with #C89786
Text Example
Text Example
White with #C89786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89786; }
p { color: rgb(200,151,134); }
H1.HeaderClassName
{
color: #C89786;
}
.AnyTagClassName
{
color: #C89786;
}
</style>
background-color css
<style>
a { background-color: #C89786; }
a { background-color: rgb(200,151,134); }
div.DivClassName
{
background-color: #C89786;
}
.BgClassName
{
background-color: #C89786;
}
</style>
border-color css
<style>
span { border-color: #C89786; }
span { border-color: rgb(200,151,134); }
td.TdClassName
{
border-color: #C89786;
}
.TagClassName
{
border-color: #C89786;
}
</style>