Shades of Quicksand #C7968F
Tints of Quicksand #C7968F
RGB
CMYK
RGB Variations
Color information
#C7968F (or 0xC7968F) is known color: Quicksand. HEX triplet: C7, 96 and 8F. RGB value is (199,150,143). Sum of RGB (Red+Green+Blue) = 199+150+143=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968F is #386970. Grayscale: #A3A3A3. Windows color (decimal): -3697009 or 9410247. OLE color: 9410247.
HSL color Cylindrical-coordinate representation of color #C7968F: hue angle of 7.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7968F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 143 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.22 |
| HSL | 7.5º | 0.33% | 0.67% | - |
| HSV(B) | 7.5º | 0.28% | 0.78% | - |
| XYZ | 39.42 | 35.94 | 30.85 | - |
| YUV | 163.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 143 | 0 | 0.25 | 0.28 | 0.22 | 7.5 | 0.33 | 0.67 |
| Hex | C7 | 96 | 8F | 0 | 19 | 1C | 16 | 8 | 21 | 43 |
| Octal | 307 | 226 | 217 | 0 | 31 | 34 | 26 | 10 | 41 | 103 |
| Binary | 11000111 | 10010110 | 10001111 | 0 | 11001 | 11100 | 10110 | 1000 | 100001 | 1000011 |
Color Harmonies of #C7968F
Complementary color
Monochromatic Colors of #C7968F
Black with #C7968F
Text Example
Text Example
White with #C7968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7968F; }
p { color: rgb(199,150,143); }
H1.HeaderClassName
{
color: #C7968F;
}
.AnyTagClassName
{
color: #C7968F;
}
</style>
background-color css
<style>
a { background-color: #C7968F; }
a { background-color: rgb(199,150,143); }
div.DivClassName
{
background-color: #C7968F;
}
.BgClassName
{
background-color: #C7968F;
}
</style>
border-color css
<style>
span { border-color: #C7968F; }
span { border-color: rgb(199,150,143); }
td.TdClassName
{
border-color: #C7968F;
}
.TagClassName
{
border-color: #C7968F;
}
</style>