Shades of Quicksand #C7948A
Tints of Quicksand #C7948A
RGB
CMYK
RGB Variations
Color information
#C7948A (or 0xC7948A) is known color: Quicksand. HEX triplet: C7, 94 and 8A. RGB value is (199,148,138). Sum of RGB (Red+Green+Blue) = 199+148+138=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7948A is #386B75. Grayscale: #A2A2A2. Windows color (decimal): -3697526 or 9082055. OLE color: 9082055.
HSL color Cylindrical-coordinate representation of color #C7948A: hue angle of 9.84º degrees, saturation: 0.35, 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 #C7948A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 138 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.22 |
| HSL | 9.84º | 0.35% | 0.66% | - |
| HSV(B) | 9.84º | 0.31% | 0.78% | - |
| XYZ | 38.73 | 35.16 | 28.79 | - |
| YUV | 162.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 138 | 0 | 0.26 | 0.31 | 0.22 | 9.84 | 0.35 | 0.66 |
| Hex | C7 | 94 | 8A | 0 | 1A | 1F | 16 | A | 23 | 42 |
| Octal | 307 | 224 | 212 | 0 | 32 | 37 | 26 | 12 | 43 | 102 |
| Binary | 11000111 | 10010100 | 10001010 | 0 | 11010 | 11111 | 10110 | 1010 | 100011 | 1000010 |
Color Harmonies of #C7948A
Complementary color
Monochromatic Colors of #C7948A
Black with #C7948A
Text Example
Text Example
White with #C7948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7948A; }
p { color: rgb(199,148,138); }
H1.HeaderClassName
{
color: #C7948A;
}
.AnyTagClassName
{
color: #C7948A;
}
</style>
background-color css
<style>
a { background-color: #C7948A; }
a { background-color: rgb(199,148,138); }
div.DivClassName
{
background-color: #C7948A;
}
.BgClassName
{
background-color: #C7948A;
}
</style>
border-color css
<style>
span { border-color: #C7948A; }
span { border-color: rgb(199,148,138); }
td.TdClassName
{
border-color: #C7948A;
}
.TagClassName
{
border-color: #C7948A;
}
</style>