Shades of Quicksand #C8998A
Tints of Quicksand #C8998A
RGB
CMYK
RGB Variations
Color information
#C8998A (or 0xC8998A) is known color: Quicksand. HEX triplet: C8, 99 and 8A. RGB value is (200,153,138). Sum of RGB (Red+Green+Blue) = 200+153+138=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8998A is #376675. Grayscale: #A5A5A5. Windows color (decimal): -3630710 or 9083336. OLE color: 9083336.
HSL color Cylindrical-coordinate representation of color #C8998A: hue angle of 14.52º 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 #C8998A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 138 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.22 |
| HSL | 14.52º | 0.36% | 0.66% | - |
| HSV(B) | 14.52º | 0.31% | 0.78% | - |
| XYZ | 39.8 | 36.9 | 29.07 | - |
| YUV | 165.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 138 | 0 | 0.24 | 0.31 | 0.22 | 14.52 | 0.36 | 0.66 |
| Hex | C8 | 99 | 8A | 0 | 18 | 1F | 16 | F | 24 | 42 |
| Octal | 310 | 231 | 212 | 0 | 30 | 37 | 26 | 17 | 44 | 102 |
| Binary | 11001000 | 10011001 | 10001010 | 0 | 11000 | 11111 | 10110 | 1111 | 100100 | 1000010 |
Color Harmonies of #C8998A
Complementary color
Monochromatic Colors of #C8998A
Black with #C8998A
Text Example
Text Example
White with #C8998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8998A; }
p { color: rgb(200,153,138); }
H1.HeaderClassName
{
color: #C8998A;
}
.AnyTagClassName
{
color: #C8998A;
}
</style>
background-color css
<style>
a { background-color: #C8998A; }
a { background-color: rgb(200,153,138); }
div.DivClassName
{
background-color: #C8998A;
}
.BgClassName
{
background-color: #C8998A;
}
</style>
border-color css
<style>
span { border-color: #C8998A; }
span { border-color: rgb(200,153,138); }
td.TdClassName
{
border-color: #C8998A;
}
.TagClassName
{
border-color: #C8998A;
}
</style>