Shades of Quicksand #C7968B
Tints of Quicksand #C7968B
RGB
CMYK
RGB Variations
Color information
#C7968B (or 0xC7968B) is known color: Quicksand. HEX triplet: C7, 96 and 8B. RGB value is (199,150,139). Sum of RGB (Red+Green+Blue) = 199+150+139=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968B is #386974. Grayscale: #A3A3A3. Windows color (decimal): -3697013 or 9148103. OLE color: 9148103.
HSL color Cylindrical-coordinate representation of color #C7968B: hue angle of 11º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7968B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 139 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.22 |
| HSL | 11º | 0.35% | 0.66% | - |
| HSV(B) | 11º | 0.3% | 0.78% | - |
| XYZ | 39.12 | 35.82 | 29.28 | - |
| YUV | 163.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 139 | 0 | 0.25 | 0.30 | 0.22 | 11 | 0.35 | 0.66 |
| Hex | C7 | 96 | 8B | 0 | 19 | 1E | 16 | B | 23 | 42 |
| Octal | 307 | 226 | 213 | 0 | 31 | 36 | 26 | 13 | 43 | 102 |
| Binary | 11000111 | 10010110 | 10001011 | 0 | 11001 | 11110 | 10110 | 1011 | 100011 | 1000010 |
Color Harmonies of #C7968B
Complementary color
Monochromatic Colors of #C7968B
Black with #C7968B
Text Example
Text Example
White with #C7968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7968B; }
p { color: rgb(199,150,139); }
H1.HeaderClassName
{
color: #C7968B;
}
.AnyTagClassName
{
color: #C7968B;
}
</style>
background-color css
<style>
a { background-color: #C7968B; }
a { background-color: rgb(199,150,139); }
div.DivClassName
{
background-color: #C7968B;
}
.BgClassName
{
background-color: #C7968B;
}
</style>
border-color css
<style>
span { border-color: #C7968B; }
span { border-color: rgb(199,150,139); }
td.TdClassName
{
border-color: #C7968B;
}
.TagClassName
{
border-color: #C7968B;
}
</style>