Shades of Quicksand #C7998A
Tints of Quicksand #C7998A
RGB
CMYK
RGB Variations
Color information
#C7998A (or 0xC7998A) is known color: Quicksand. HEX triplet: C7, 99 and 8A. RGB value is (199,153,138). Sum of RGB (Red+Green+Blue) = 199+153+138=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7998A is #386675. Grayscale: #A5A5A5. Windows color (decimal): -3696246 or 9083335. OLE color: 9083335.
HSL color Cylindrical-coordinate representation of color #C7998A: hue angle of 14.75º 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 #C7998A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 138 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.22 |
| HSL | 14.75º | 0.35% | 0.66% | - |
| HSV(B) | 14.75º | 0.31% | 0.78% | - |
| XYZ | 39.53 | 36.76 | 29.06 | - |
| YUV | 165.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 138 | 0 | 0.23 | 0.31 | 0.22 | 14.75 | 0.35 | 0.66 |
| Hex | C7 | 99 | 8A | 0 | 17 | 1F | 16 | F | 23 | 42 |
| Octal | 307 | 231 | 212 | 0 | 27 | 37 | 26 | 17 | 43 | 102 |
| Binary | 11000111 | 10011001 | 10001010 | 0 | 10111 | 11111 | 10110 | 1111 | 100011 | 1000010 |
Color Harmonies of #C7998A
Complementary color
Monochromatic Colors of #C7998A
Black with #C7998A
Text Example
Text Example
White with #C7998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7998A; }
p { color: rgb(199,153,138); }
H1.HeaderClassName
{
color: #C7998A;
}
.AnyTagClassName
{
color: #C7998A;
}
</style>
background-color css
<style>
a { background-color: #C7998A; }
a { background-color: rgb(199,153,138); }
div.DivClassName
{
background-color: #C7998A;
}
.BgClassName
{
background-color: #C7998A;
}
</style>
border-color css
<style>
span { border-color: #C7998A; }
span { border-color: rgb(199,153,138); }
td.TdClassName
{
border-color: #C7998A;
}
.TagClassName
{
border-color: #C7998A;
}
</style>