Shades of Quicksand #C89689
Tints of Quicksand #C89689
RGB
CMYK
RGB Variations
Color information
#C89689 (or 0xC89689) is known color: Quicksand. HEX triplet: C8, 96 and 89. RGB value is (200,150,137). Sum of RGB (Red+Green+Blue) = 200+150+137=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C89689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89689 is #376976. Grayscale: #A3A3A3. Windows color (decimal): -3631479 or 9017032. OLE color: 9017032.
HSL color Cylindrical-coordinate representation of color #C89689: hue angle of 12.38º 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 #C89689 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 137 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.22 |
| HSL | 12.38º | 0.36% | 0.66% | - |
| HSV(B) | 12.38º | 0.32% | 0.78% | - |
| XYZ | 39.24 | 35.9 | 28.53 | - |
| YUV | 163.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 137 | 0 | 0.25 | 0.32 | 0.22 | 12.38 | 0.36 | 0.66 |
| Hex | C8 | 96 | 89 | 0 | 19 | 20 | 16 | C | 24 | 42 |
| Octal | 310 | 226 | 211 | 0 | 31 | 40 | 26 | 14 | 44 | 102 |
| Binary | 11001000 | 10010110 | 10001001 | 0 | 11001 | 100000 | 10110 | 1100 | 100100 | 1000010 |
Color Harmonies of #C89689
Complementary color
Monochromatic Colors of #C89689
Black with #C89689
Text Example
Text Example
White with #C89689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89689; }
p { color: rgb(200,150,137); }
H1.HeaderClassName
{
color: #C89689;
}
.AnyTagClassName
{
color: #C89689;
}
</style>
background-color css
<style>
a { background-color: #C89689; }
a { background-color: rgb(200,150,137); }
div.DivClassName
{
background-color: #C89689;
}
.BgClassName
{
background-color: #C89689;
}
</style>
border-color css
<style>
span { border-color: #C89689; }
span { border-color: rgb(200,150,137); }
td.TdClassName
{
border-color: #C89689;
}
.TagClassName
{
border-color: #C89689;
}
</style>