Shades of Quicksand #C89584
Tints of Quicksand #C89584
RGB
CMYK
RGB Variations
Color information
#C89584 (or 0xC89584) is known color: Quicksand. HEX triplet: C8, 95 and 84. RGB value is (200,149,132). Sum of RGB (Red+Green+Blue) = 200+149+132=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C89584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89584 is #376A7B. Grayscale: #A2A2A2. Windows color (decimal): -3631740 or 8689096. OLE color: 8689096.
HSL color Cylindrical-coordinate representation of color #C89584: hue angle of 15º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89584 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 132 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.22 |
| HSL | 15º | 0.38% | 0.65% | - |
| HSV(B) | 15º | 0.34% | 0.78% | - |
| XYZ | 38.73 | 35.44 | 26.63 | - |
| YUV | 162.31 | 110.9 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 132 | 0 | 0.26 | 0.34 | 0.22 | 15 | 0.38 | 0.65 |
| Hex | C8 | 95 | 84 | 0 | 1A | 22 | 16 | F | 26 | 41 |
| Octal | 310 | 225 | 204 | 0 | 32 | 42 | 26 | 17 | 46 | 101 |
| Binary | 11001000 | 10010101 | 10000100 | 0 | 11010 | 100010 | 10110 | 1111 | 100110 | 1000001 |
Color Harmonies of #C89584
Complementary color
Monochromatic Colors of #C89584
Black with #C89584
Text Example
Text Example
White with #C89584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89584; }
p { color: rgb(200,149,132); }
H1.HeaderClassName
{
color: #C89584;
}
.AnyTagClassName
{
color: #C89584;
}
</style>
background-color css
<style>
a { background-color: #C89584; }
a { background-color: rgb(200,149,132); }
div.DivClassName
{
background-color: #C89584;
}
.BgClassName
{
background-color: #C89584;
}
</style>
border-color css
<style>
span { border-color: #C89584; }
span { border-color: rgb(200,149,132); }
td.TdClassName
{
border-color: #C89584;
}
.TagClassName
{
border-color: #C89584;
}
</style>