Shades of Quicksand #C8968F
Tints of Quicksand #C8968F
RGB
CMYK
RGB Variations
Color information
#C8968F (or 0xC8968F) is known color: Quicksand. HEX triplet: C8, 96 and 8F. RGB value is (200,150,143). Sum of RGB (Red+Green+Blue) = 200+150+143=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968F is #376970. Grayscale: #A4A4A4. Windows color (decimal): -3631473 or 9410248. OLE color: 9410248.
HSL color Cylindrical-coordinate representation of color #C8968F: hue angle of 7.37º degrees, saturation: 0.34, 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 #C8968F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 143 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.22 |
| HSL | 7.37º | 0.34% | 0.67% | - |
| HSV(B) | 7.37º | 0.29% | 0.78% | - |
| XYZ | 39.68 | 36.08 | 30.86 | - |
| YUV | 164.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 143 | 0 | 0.25 | 0.28 | 0.22 | 7.37 | 0.34 | 0.67 |
| Hex | C8 | 96 | 8F | 0 | 19 | 1C | 16 | 7 | 22 | 43 |
| Octal | 310 | 226 | 217 | 0 | 31 | 34 | 26 | 7 | 42 | 103 |
| Binary | 11001000 | 10010110 | 10001111 | 0 | 11001 | 11100 | 10110 | 111 | 100010 | 1000011 |
Color Harmonies of #C8968F
Complementary color
Monochromatic Colors of #C8968F
Black with #C8968F
Text Example
Text Example
White with #C8968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8968F; }
p { color: rgb(200,150,143); }
H1.HeaderClassName
{
color: #C8968F;
}
.AnyTagClassName
{
color: #C8968F;
}
</style>
background-color css
<style>
a { background-color: #C8968F; }
a { background-color: rgb(200,150,143); }
div.DivClassName
{
background-color: #C8968F;
}
.BgClassName
{
background-color: #C8968F;
}
</style>
border-color css
<style>
span { border-color: #C8968F; }
span { border-color: rgb(200,150,143); }
td.TdClassName
{
border-color: #C8968F;
}
.TagClassName
{
border-color: #C8968F;
}
</style>