Shades of Quicksand #C8968E
Tints of Quicksand #C8968E
RGB
CMYK
RGB Variations
Color information
#C8968E (or 0xC8968E) is known color: Quicksand. HEX triplet: C8, 96 and 8E. RGB value is (200,150,142). Sum of RGB (Red+Green+Blue) = 200+150+142=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968E is #376971. Grayscale: #A4A4A4. Windows color (decimal): -3631474 or 9344712. OLE color: 9344712.
HSL color Cylindrical-coordinate representation of color #C8968E: hue angle of 8.28º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8968E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 142 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.22 |
| HSL | 8.28º | 0.35% | 0.67% | - |
| HSV(B) | 8.28º | 0.29% | 0.78% | - |
| XYZ | 39.61 | 36.05 | 30.46 | - |
| YUV | 164.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 142 | 0 | 0.25 | 0.29 | 0.22 | 8.28 | 0.35 | 0.67 |
| Hex | C8 | 96 | 8E | 0 | 19 | 1D | 16 | 8 | 23 | 43 |
| Octal | 310 | 226 | 216 | 0 | 31 | 35 | 26 | 10 | 43 | 103 |
| Binary | 11001000 | 10010110 | 10001110 | 0 | 11001 | 11101 | 10110 | 1000 | 100011 | 1000011 |
Color Harmonies of #C8968E
Complementary color
Monochromatic Colors of #C8968E
Black with #C8968E
Text Example
Text Example
White with #C8968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8968E; }
p { color: rgb(200,150,142); }
H1.HeaderClassName
{
color: #C8968E;
}
.AnyTagClassName
{
color: #C8968E;
}
</style>
background-color css
<style>
a { background-color: #C8968E; }
a { background-color: rgb(200,150,142); }
div.DivClassName
{
background-color: #C8968E;
}
.BgClassName
{
background-color: #C8968E;
}
</style>
border-color css
<style>
span { border-color: #C8968E; }
span { border-color: rgb(200,150,142); }
td.TdClassName
{
border-color: #C8968E;
}
.TagClassName
{
border-color: #C8968E;
}
</style>