Shades of Quicksand #CE968B
Tints of Quicksand #CE968B
RGB
CMYK
RGB Variations
Color information
#CE968B (or 0xCE968B) is known color: Quicksand. HEX triplet: CE, 96 and 8B. RGB value is (206,150,139). Sum of RGB (Red+Green+Blue) = 206+150+139=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE968B is #316974. Grayscale: #A5A5A5. Windows color (decimal): -3238261 or 9148110. OLE color: 9148110.
HSL color Cylindrical-coordinate representation of color #CE968B: hue angle of 9.85º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE968B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 139 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.19 |
| HSL | 9.85º | 0.41% | 0.68% | - |
| HSV(B) | 9.85º | 0.33% | 0.81% | - |
| XYZ | 41.02 | 36.8 | 29.37 | - |
| YUV | 165.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 139 | 0 | 0.27 | 0.33 | 0.19 | 9.85 | 0.41 | 0.68 |
| Hex | CE | 96 | 8B | 0 | 1B | 21 | 13 | A | 29 | 44 |
| Octal | 316 | 226 | 213 | 0 | 33 | 41 | 23 | 12 | 51 | 104 |
| Binary | 11001110 | 10010110 | 10001011 | 0 | 11011 | 100001 | 10011 | 1010 | 101001 | 1000100 |
Color Harmonies of #CE968B
Complementary color
Monochromatic Colors of #CE968B
Black with #CE968B
Text Example
Text Example
White with #CE968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE968B; }
p { color: rgb(206,150,139); }
H1.HeaderClassName
{
color: #CE968B;
}
.AnyTagClassName
{
color: #CE968B;
}
</style>
background-color css
<style>
a { background-color: #CE968B; }
a { background-color: rgb(206,150,139); }
div.DivClassName
{
background-color: #CE968B;
}
.BgClassName
{
background-color: #CE968B;
}
</style>
border-color css
<style>
span { border-color: #CE968B; }
span { border-color: rgb(206,150,139); }
td.TdClassName
{
border-color: #CE968B;
}
.TagClassName
{
border-color: #CE968B;
}
</style>