Shades of Quicksand #C69380
Tints of Quicksand #C69380
RGB
CMYK
RGB Variations
Color information
#C69380 (or 0xC69380) is known color: Quicksand. HEX triplet: C6, 93 and 80. RGB value is (198,147,128). Sum of RGB (Red+Green+Blue) = 198+147+128=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C69380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69380 is #396C7F. Grayscale: #A0A0A0. Windows color (decimal): -3763328 or 8426438. OLE color: 8426438.
HSL color Cylindrical-coordinate representation of color #C69380: hue angle of 16.29º 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 #C69380 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 128 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.22 |
| HSL | 16.29º | 0.38% | 0.64% | - |
| HSV(B) | 16.29º | 0.35% | 0.78% | - |
| XYZ | 37.62 | 34.43 | 25.09 | - |
| YUV | 160.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 128 | 0 | 0.26 | 0.35 | 0.22 | 16.29 | 0.38 | 0.64 |
| Hex | C6 | 93 | 80 | 0 | 1A | 23 | 16 | 10 | 26 | 40 |
| Octal | 306 | 223 | 200 | 0 | 32 | 43 | 26 | 20 | 46 | 100 |
| Binary | 11000110 | 10010011 | 10000000 | 0 | 11010 | 100011 | 10110 | 10000 | 100110 | 1000000 |
Color Harmonies of #C69380
Complementary color
Monochromatic Colors of #C69380
Black with #C69380
Text Example
Text Example
White with #C69380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69380; }
p { color: rgb(198,147,128); }
H1.HeaderClassName
{
color: #C69380;
}
.AnyTagClassName
{
color: #C69380;
}
</style>
background-color css
<style>
a { background-color: #C69380; }
a { background-color: rgb(198,147,128); }
div.DivClassName
{
background-color: #C69380;
}
.BgClassName
{
background-color: #C69380;
}
</style>
border-color css
<style>
span { border-color: #C69380; }
span { border-color: rgb(198,147,128); }
td.TdClassName
{
border-color: #C69380;
}
.TagClassName
{
border-color: #C69380;
}
</style>