Shades of Quicksand #C69182
Tints of Quicksand #C69182
RGB
CMYK
RGB Variations
Color information
#C69182 (or 0xC69182) is known color: Quicksand. HEX triplet: C6, 91 and 82. RGB value is (198,145,130). Sum of RGB (Red+Green+Blue) = 198+145+130=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C69182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69182 is #396E7D. Grayscale: #9F9F9F. Windows color (decimal): -3763838 or 8556998. OLE color: 8556998.
HSL color Cylindrical-coordinate representation of color #C69182: hue angle of 13.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69182 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 130 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.22 |
| HSL | 13.24º | 0.37% | 0.64% | - |
| HSV(B) | 13.24º | 0.34% | 0.78% | - |
| XYZ | 37.44 | 33.87 | 25.68 | - |
| YUV | 159.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 130 | 0 | 0.27 | 0.34 | 0.22 | 13.24 | 0.37 | 0.64 |
| Hex | C6 | 91 | 82 | 0 | 1B | 22 | 16 | D | 25 | 40 |
| Octal | 306 | 221 | 202 | 0 | 33 | 42 | 26 | 15 | 45 | 100 |
| Binary | 11000110 | 10010001 | 10000010 | 0 | 11011 | 100010 | 10110 | 1101 | 100101 | 1000000 |
Color Harmonies of #C69182
Complementary color
Monochromatic Colors of #C69182
Black with #C69182
Text Example
Text Example
White with #C69182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69182; }
p { color: rgb(198,145,130); }
H1.HeaderClassName
{
color: #C69182;
}
.AnyTagClassName
{
color: #C69182;
}
</style>
background-color css
<style>
a { background-color: #C69182; }
a { background-color: rgb(198,145,130); }
div.DivClassName
{
background-color: #C69182;
}
.BgClassName
{
background-color: #C69182;
}
</style>
border-color css
<style>
span { border-color: #C69182; }
span { border-color: rgb(198,145,130); }
td.TdClassName
{
border-color: #C69182;
}
.TagClassName
{
border-color: #C69182;
}
</style>