Shades of Quicksand #C8998F
Tints of Quicksand #C8998F
RGB
CMYK
RGB Variations
Color information
#C8998F (or 0xC8998F) is known color: Quicksand. HEX triplet: C8, 99 and 8F. RGB value is (200,153,143). Sum of RGB (Red+Green+Blue) = 200+153+143=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8998F is #376670. Grayscale: #A5A5A5. Windows color (decimal): -3630705 or 9411016. OLE color: 9411016.
HSL color Cylindrical-coordinate representation of color #C8998F: hue angle of 10.53º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8998F is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 143 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.22 |
| HSL | 10.53º | 0.34% | 0.67% | - |
| HSV(B) | 10.53º | 0.29% | 0.78% | - |
| XYZ | 40.17 | 37.05 | 31.02 | - |
| YUV | 165.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 143 | 0 | 0.24 | 0.28 | 0.22 | 10.53 | 0.34 | 0.67 |
| Hex | C8 | 99 | 8F | 0 | 18 | 1C | 16 | B | 22 | 43 |
| Octal | 310 | 231 | 217 | 0 | 30 | 34 | 26 | 13 | 42 | 103 |
| Binary | 11001000 | 10011001 | 10001111 | 0 | 11000 | 11100 | 10110 | 1011 | 100010 | 1000011 |
Color Harmonies of #C8998F
Complementary color
Monochromatic Colors of #C8998F
Black with #C8998F
Text Example
Text Example
White with #C8998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8998F; }
p { color: rgb(200,153,143); }
H1.HeaderClassName
{
color: #C8998F;
}
.AnyTagClassName
{
color: #C8998F;
}
</style>
background-color css
<style>
a { background-color: #C8998F; }
a { background-color: rgb(200,153,143); }
div.DivClassName
{
background-color: #C8998F;
}
.BgClassName
{
background-color: #C8998F;
}
</style>
border-color css
<style>
span { border-color: #C8998F; }
span { border-color: rgb(200,153,143); }
td.TdClassName
{
border-color: #C8998F;
}
.TagClassName
{
border-color: #C8998F;
}
</style>