Shades of Quicksand #C79285
Tints of Quicksand #C79285
RGB
CMYK
RGB Variations
Color information
#C79285 (or 0xC79285) is known color: Quicksand. HEX triplet: C7, 92 and 85. RGB value is (199,146,133). Sum of RGB (Red+Green+Blue) = 199+146+133=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79285 is #386D7A. Grayscale: #A0A0A0. Windows color (decimal): -3698043 or 8753863. OLE color: 8753863.
HSL color Cylindrical-coordinate representation of color #C79285: hue angle of 11.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C79285 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 133 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.22 |
| HSL | 11.82º | 0.37% | 0.65% | - |
| HSV(B) | 11.82º | 0.33% | 0.78% | - |
| XYZ | 38.07 | 34.39 | 26.82 | - |
| YUV | 160.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 133 | 0 | 0.27 | 0.33 | 0.22 | 11.82 | 0.37 | 0.65 |
| Hex | C7 | 92 | 85 | 0 | 1B | 21 | 16 | C | 25 | 41 |
| Octal | 307 | 222 | 205 | 0 | 33 | 41 | 26 | 14 | 45 | 101 |
| Binary | 11000111 | 10010010 | 10000101 | 0 | 11011 | 100001 | 10110 | 1100 | 100101 | 1000001 |
Color Harmonies of #C79285
Complementary color
Monochromatic Colors of #C79285
Black with #C79285
Text Example
Text Example
White with #C79285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79285; }
p { color: rgb(199,146,133); }
H1.HeaderClassName
{
color: #C79285;
}
.AnyTagClassName
{
color: #C79285;
}
</style>
background-color css
<style>
a { background-color: #C79285; }
a { background-color: rgb(199,146,133); }
div.DivClassName
{
background-color: #C79285;
}
.BgClassName
{
background-color: #C79285;
}
</style>
border-color css
<style>
span { border-color: #C79285; }
span { border-color: rgb(199,146,133); }
td.TdClassName
{
border-color: #C79285;
}
.TagClassName
{
border-color: #C79285;
}
</style>