Shades of Quicksand #C8958B
Tints of Quicksand #C8958B
RGB
CMYK
RGB Variations
Color information
#C8958B (or 0xC8958B) is known color: Quicksand. HEX triplet: C8, 95 and 8B. RGB value is (200,149,139). Sum of RGB (Red+Green+Blue) = 200+149+139=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958B is #376A74. Grayscale: #A3A3A3. Windows color (decimal): -3631733 or 9147848. OLE color: 9147848.
HSL color Cylindrical-coordinate representation of color #C8958B: hue angle of 9.84º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8958B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 139 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.22 |
| HSL | 9.84º | 0.36% | 0.66% | - |
| HSV(B) | 9.84º | 0.31% | 0.78% | - |
| XYZ | 39.23 | 35.64 | 29.24 | - |
| YUV | 163.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 139 | 0 | 0.26 | 0.30 | 0.22 | 9.84 | 0.36 | 0.66 |
| Hex | C8 | 95 | 8B | 0 | 1A | 1E | 16 | A | 24 | 42 |
| Octal | 310 | 225 | 213 | 0 | 32 | 36 | 26 | 12 | 44 | 102 |
| Binary | 11001000 | 10010101 | 10001011 | 0 | 11010 | 11110 | 10110 | 1010 | 100100 | 1000010 |
Color Harmonies of #C8958B
Complementary color
Monochromatic Colors of #C8958B
Black with #C8958B
Text Example
Text Example
White with #C8958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8958B; }
p { color: rgb(200,149,139); }
H1.HeaderClassName
{
color: #C8958B;
}
.AnyTagClassName
{
color: #C8958B;
}
</style>
background-color css
<style>
a { background-color: #C8958B; }
a { background-color: rgb(200,149,139); }
div.DivClassName
{
background-color: #C8958B;
}
.BgClassName
{
background-color: #C8958B;
}
</style>
border-color css
<style>
span { border-color: #C8958B; }
span { border-color: rgb(200,149,139); }
td.TdClassName
{
border-color: #C8958B;
}
.TagClassName
{
border-color: #C8958B;
}
</style>