Shades of Quicksand #C6958A
Tints of Quicksand #C6958A
RGB
CMYK
RGB Variations
Color information
#C6958A (or 0xC6958A) is known color: Quicksand. HEX triplet: C6, 95 and 8A. RGB value is (198,149,138). Sum of RGB (Red+Green+Blue) = 198+149+138=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6958A is #396A75. Grayscale: #A2A2A2. Windows color (decimal): -3762806 or 9082310. OLE color: 9082310.
HSL color Cylindrical-coordinate representation of color #C6958A: hue angle of 11º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6958A is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 138 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.22 |
| HSL | 11º | 0.34% | 0.66% | - |
| HSV(B) | 11º | 0.3% | 0.78% | - |
| XYZ | 38.62 | 35.34 | 28.83 | - |
| YUV | 162.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 138 | 0 | 0.25 | 0.30 | 0.22 | 11 | 0.34 | 0.66 |
| Hex | C6 | 95 | 8A | 0 | 19 | 1E | 16 | B | 22 | 42 |
| Octal | 306 | 225 | 212 | 0 | 31 | 36 | 26 | 13 | 42 | 102 |
| Binary | 11000110 | 10010101 | 10001010 | 0 | 11001 | 11110 | 10110 | 1011 | 100010 | 1000010 |
Color Harmonies of #C6958A
Complementary color
Monochromatic Colors of #C6958A
Black with #C6958A
Text Example
Text Example
White with #C6958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6958A; }
p { color: rgb(198,149,138); }
H1.HeaderClassName
{
color: #C6958A;
}
.AnyTagClassName
{
color: #C6958A;
}
</style>
background-color css
<style>
a { background-color: #C6958A; }
a { background-color: rgb(198,149,138); }
div.DivClassName
{
background-color: #C6958A;
}
.BgClassName
{
background-color: #C6958A;
}
</style>
border-color css
<style>
span { border-color: #C6958A; }
span { border-color: rgb(198,149,138); }
td.TdClassName
{
border-color: #C6958A;
}
.TagClassName
{
border-color: #C6958A;
}
</style>