Shades of Quicksand #C6998F
Tints of Quicksand #C6998F
RGB
CMYK
RGB Variations
Color information
#C6998F (or 0xC6998F) is known color: Quicksand. HEX triplet: C6, 99 and 8F. RGB value is (198,153,143). Sum of RGB (Red+Green+Blue) = 198+153+143=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6998F is #396670. Grayscale: #A5A5A5. Windows color (decimal): -3761777 or 9411014. OLE color: 9411014.
HSL color Cylindrical-coordinate representation of color #C6998F: hue angle of 10.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6998F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 143 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.22 |
| HSL | 10.91º | 0.33% | 0.67% | - |
| HSV(B) | 10.91º | 0.28% | 0.78% | - |
| XYZ | 39.64 | 36.77 | 31 | - |
| YUV | 165.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 143 | 0 | 0.23 | 0.28 | 0.22 | 10.91 | 0.33 | 0.67 |
| Hex | C6 | 99 | 8F | 0 | 17 | 1C | 16 | B | 21 | 43 |
| Octal | 306 | 231 | 217 | 0 | 27 | 34 | 26 | 13 | 41 | 103 |
| Binary | 11000110 | 10011001 | 10001111 | 0 | 10111 | 11100 | 10110 | 1011 | 100001 | 1000011 |
Color Harmonies of #C6998F
Complementary color
Monochromatic Colors of #C6998F
Black with #C6998F
Text Example
Text Example
White with #C6998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6998F; }
p { color: rgb(198,153,143); }
H1.HeaderClassName
{
color: #C6998F;
}
.AnyTagClassName
{
color: #C6998F;
}
</style>
background-color css
<style>
a { background-color: #C6998F; }
a { background-color: rgb(198,153,143); }
div.DivClassName
{
background-color: #C6998F;
}
.BgClassName
{
background-color: #C6998F;
}
</style>
border-color css
<style>
span { border-color: #C6998F; }
span { border-color: rgb(198,153,143); }
td.TdClassName
{
border-color: #C6998F;
}
.TagClassName
{
border-color: #C6998F;
}
</style>