Shades of Quicksand #C8968A
Tints of Quicksand #C8968A
RGB
CMYK
RGB Variations
Color information
#C8968A (or 0xC8968A) is known color: Quicksand. HEX triplet: C8, 96 and 8A. RGB value is (200,150,138). Sum of RGB (Red+Green+Blue) = 200+150+138=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8968A is #376975. Grayscale: #A3A3A3. Windows color (decimal): -3631478 or 9082568. OLE color: 9082568.
HSL color Cylindrical-coordinate representation of color #C8968A: hue angle of 11.61º 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 #C8968A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 138 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.22 |
| HSL | 11.61º | 0.36% | 0.66% | - |
| HSV(B) | 11.61º | 0.31% | 0.78% | - |
| XYZ | 39.31 | 35.93 | 28.91 | - |
| YUV | 163.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 138 | 0 | 0.25 | 0.31 | 0.22 | 11.61 | 0.36 | 0.66 |
| Hex | C8 | 96 | 8A | 0 | 19 | 1F | 16 | C | 24 | 42 |
| Octal | 310 | 226 | 212 | 0 | 31 | 37 | 26 | 14 | 44 | 102 |
| Binary | 11001000 | 10010110 | 10001010 | 0 | 11001 | 11111 | 10110 | 1100 | 100100 | 1000010 |
Color Harmonies of #C8968A
Complementary color
Monochromatic Colors of #C8968A
Black with #C8968A
Text Example
Text Example
White with #C8968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8968A; }
p { color: rgb(200,150,138); }
H1.HeaderClassName
{
color: #C8968A;
}
.AnyTagClassName
{
color: #C8968A;
}
</style>
background-color css
<style>
a { background-color: #C8968A; }
a { background-color: rgb(200,150,138); }
div.DivClassName
{
background-color: #C8968A;
}
.BgClassName
{
background-color: #C8968A;
}
</style>
border-color css
<style>
span { border-color: #C8968A; }
span { border-color: rgb(200,150,138); }
td.TdClassName
{
border-color: #C8968A;
}
.TagClassName
{
border-color: #C8968A;
}
</style>