Shades of Quicksand #C89284
Tints of Quicksand #C89284
RGB
CMYK
RGB Variations
Color information
#C89284 (or 0xC89284) is known color: Quicksand. HEX triplet: C8, 92 and 84. RGB value is (200,146,132). Sum of RGB (Red+Green+Blue) = 200+146+132=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C89284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89284 is #376D7B. Grayscale: #A0A0A0. Windows color (decimal): -3632508 or 8688328. OLE color: 8688328.
HSL color Cylindrical-coordinate representation of color #C89284: hue angle of 12.35º 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 #C89284 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 132 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.22 |
| HSL | 12.35º | 0.38% | 0.65% | - |
| HSV(B) | 12.35º | 0.34% | 0.78% | - |
| XYZ | 38.26 | 34.5 | 26.47 | - |
| YUV | 160.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 132 | 0 | 0.27 | 0.34 | 0.22 | 12.35 | 0.38 | 0.65 |
| Hex | C8 | 92 | 84 | 0 | 1B | 22 | 16 | C | 26 | 41 |
| Octal | 310 | 222 | 204 | 0 | 33 | 42 | 26 | 14 | 46 | 101 |
| Binary | 11001000 | 10010010 | 10000100 | 0 | 11011 | 100010 | 10110 | 1100 | 100110 | 1000001 |
Color Harmonies of #C89284
Complementary color
Monochromatic Colors of #C89284
Black with #C89284
Text Example
Text Example
White with #C89284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89284; }
p { color: rgb(200,146,132); }
H1.HeaderClassName
{
color: #C89284;
}
.AnyTagClassName
{
color: #C89284;
}
</style>
background-color css
<style>
a { background-color: #C89284; }
a { background-color: rgb(200,146,132); }
div.DivClassName
{
background-color: #C89284;
}
.BgClassName
{
background-color: #C89284;
}
</style>
border-color css
<style>
span { border-color: #C89284; }
span { border-color: rgb(200,146,132); }
td.TdClassName
{
border-color: #C89284;
}
.TagClassName
{
border-color: #C89284;
}
</style>