Shades of Quicksand #C8948A
Tints of Quicksand #C8948A
RGB
CMYK
RGB Variations
Color information
#C8948A (or 0xC8948A) is known color: Quicksand. HEX triplet: C8, 94 and 8A. RGB value is (200,148,138). Sum of RGB (Red+Green+Blue) = 200+148+138=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8948A is #376B75. Grayscale: #A2A2A2. Windows color (decimal): -3631990 or 9082056. OLE color: 9082056.
HSL color Cylindrical-coordinate representation of color #C8948A: hue angle of 9.68º 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 #C8948A is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 138 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.22 |
| HSL | 9.68º | 0.36% | 0.66% | - |
| HSV(B) | 9.68º | 0.31% | 0.78% | - |
| XYZ | 39 | 35.29 | 28.8 | - |
| YUV | 162.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 138 | 0 | 0.26 | 0.31 | 0.22 | 9.68 | 0.36 | 0.66 |
| Hex | C8 | 94 | 8A | 0 | 1A | 1F | 16 | A | 24 | 42 |
| Octal | 310 | 224 | 212 | 0 | 32 | 37 | 26 | 12 | 44 | 102 |
| Binary | 11001000 | 10010100 | 10001010 | 0 | 11010 | 11111 | 10110 | 1010 | 100100 | 1000010 |
Color Harmonies of #C8948A
Complementary color
Monochromatic Colors of #C8948A
Black with #C8948A
Text Example
Text Example
White with #C8948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8948A; }
p { color: rgb(200,148,138); }
H1.HeaderClassName
{
color: #C8948A;
}
.AnyTagClassName
{
color: #C8948A;
}
</style>
background-color css
<style>
a { background-color: #C8948A; }
a { background-color: rgb(200,148,138); }
div.DivClassName
{
background-color: #C8948A;
}
.BgClassName
{
background-color: #C8948A;
}
</style>
border-color css
<style>
span { border-color: #C8948A; }
span { border-color: rgb(200,148,138); }
td.TdClassName
{
border-color: #C8948A;
}
.TagClassName
{
border-color: #C8948A;
}
</style>