Shades of Quicksand #C6A392
Tints of Quicksand #C6A392
RGB
CMYK
RGB Variations
Color information
#C6A392 (or 0xC6A392) is known color: Quicksand. HEX triplet: C6, A3 and 92. RGB value is (198,163,146). Sum of RGB (Red+Green+Blue) = 198+163+146=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A392 is #395C6D. Grayscale: #ABABAB. Windows color (decimal): -3759214 or 9610182. OLE color: 9610182.
HSL color Cylindrical-coordinate representation of color #C6A392: hue angle of 19.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6A392 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 146 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.22 |
| HSL | 19.62º | 0.31% | 0.67% | - |
| HSV(B) | 19.62º | 0.26% | 0.78% | - |
| XYZ | 41.57 | 40.28 | 32.78 | - |
| YUV | 171.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 146 | 0 | 0.18 | 0.26 | 0.22 | 19.62 | 0.31 | 0.67 |
| Hex | C6 | A3 | 92 | 0 | 12 | 1A | 16 | 14 | 1F | 43 |
| Octal | 306 | 243 | 222 | 0 | 22 | 32 | 26 | 24 | 37 | 103 |
| Binary | 11000110 | 10100011 | 10010010 | 0 | 10010 | 11010 | 10110 | 10100 | 11111 | 1000011 |
Color Harmonies of #C6A392
Complementary color
Monochromatic Colors of #C6A392
Black with #C6A392
Text Example
Text Example
White with #C6A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A392; }
p { color: rgb(198,163,146); }
H1.HeaderClassName
{
color: #C6A392;
}
.AnyTagClassName
{
color: #C6A392;
}
</style>
background-color css
<style>
a { background-color: #C6A392; }
a { background-color: rgb(198,163,146); }
div.DivClassName
{
background-color: #C6A392;
}
.BgClassName
{
background-color: #C6A392;
}
</style>
border-color css
<style>
span { border-color: #C6A392; }
span { border-color: rgb(198,163,146); }
td.TdClassName
{
border-color: #C6A392;
}
.TagClassName
{
border-color: #C6A392;
}
</style>