Shades of Quicksand #C69681
Tints of Quicksand #C69681
RGB
CMYK
RGB Variations
Color information
#C69681 (or 0xC69681) is known color: Quicksand. HEX triplet: C6, 96 and 81. RGB value is (198,150,129). Sum of RGB (Red+Green+Blue) = 198+150+129=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69681 is #39697E. Grayscale: #A2A2A2. Windows color (decimal): -3762559 or 8492742. OLE color: 8492742.
HSL color Cylindrical-coordinate representation of color #C69681: hue angle of 18.26º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69681 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 129 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.22 |
| HSL | 18.26º | 0.38% | 0.64% | - |
| HSV(B) | 18.26º | 0.35% | 0.78% | - |
| XYZ | 38.16 | 35.4 | 25.59 | - |
| YUV | 161.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 129 | 0 | 0.24 | 0.35 | 0.22 | 18.26 | 0.38 | 0.64 |
| Hex | C6 | 96 | 81 | 0 | 18 | 23 | 16 | 12 | 26 | 40 |
| Octal | 306 | 226 | 201 | 0 | 30 | 43 | 26 | 22 | 46 | 100 |
| Binary | 11000110 | 10010110 | 10000001 | 0 | 11000 | 100011 | 10110 | 10010 | 100110 | 1000000 |
Color Harmonies of #C69681
Complementary color
Monochromatic Colors of #C69681
Black with #C69681
Text Example
Text Example
White with #C69681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69681; }
p { color: rgb(198,150,129); }
H1.HeaderClassName
{
color: #C69681;
}
.AnyTagClassName
{
color: #C69681;
}
</style>
background-color css
<style>
a { background-color: #C69681; }
a { background-color: rgb(198,150,129); }
div.DivClassName
{
background-color: #C69681;
}
.BgClassName
{
background-color: #C69681;
}
</style>
border-color css
<style>
span { border-color: #C69681; }
span { border-color: rgb(198,150,129); }
td.TdClassName
{
border-color: #C69681;
}
.TagClassName
{
border-color: #C69681;
}
</style>