Shades of Quicksand #C89A83
Tints of Quicksand #C89A83
RGB
CMYK
RGB Variations
Color information
#C89A83 (or 0xC89A83) is known color: Quicksand. HEX triplet: C8, 9A and 83. RGB value is (200,154,131). Sum of RGB (Red+Green+Blue) = 200+154+131=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A83 is #37657C. Grayscale: #A5A5A5. Windows color (decimal): -3630461 or 8624840. OLE color: 8624840.
HSL color Cylindrical-coordinate representation of color #C89A83: hue angle of 20º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89A83 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 131 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.22 |
| HSL | 20º | 0.39% | 0.65% | - |
| HSV(B) | 20º | 0.35% | 0.78% | - |
| XYZ | 39.47 | 37.03 | 26.54 | - |
| YUV | 165.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 131 | 0 | 0.23 | 0.34 | 0.22 | 20 | 0.39 | 0.65 |
| Hex | C8 | 9A | 83 | 0 | 17 | 22 | 16 | 14 | 27 | 41 |
| Octal | 310 | 232 | 203 | 0 | 27 | 42 | 26 | 24 | 47 | 101 |
| Binary | 11001000 | 10011010 | 10000011 | 0 | 10111 | 100010 | 10110 | 10100 | 100111 | 1000001 |
Color Harmonies of #C89A83
Complementary color
Monochromatic Colors of #C89A83
Black with #C89A83
Text Example
Text Example
White with #C89A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A83; }
p { color: rgb(200,154,131); }
H1.HeaderClassName
{
color: #C89A83;
}
.AnyTagClassName
{
color: #C89A83;
}
</style>
background-color css
<style>
a { background-color: #C89A83; }
a { background-color: rgb(200,154,131); }
div.DivClassName
{
background-color: #C89A83;
}
.BgClassName
{
background-color: #C89A83;
}
</style>
border-color css
<style>
span { border-color: #C89A83; }
span { border-color: rgb(200,154,131); }
td.TdClassName
{
border-color: #C89A83;
}
.TagClassName
{
border-color: #C89A83;
}
</style>