Shades of Quicksand #C79284
Tints of Quicksand #C79284
RGB
CMYK
RGB Variations
Color information
#C79284 (or 0xC79284) is known color: Quicksand. HEX triplet: C7, 92 and 84. RGB value is (199,146,132). Sum of RGB (Red+Green+Blue) = 199+146+132=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C79284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79284 is #386D7B. Grayscale: #A0A0A0. Windows color (decimal): -3698044 or 8688327. OLE color: 8688327.
HSL color Cylindrical-coordinate representation of color #C79284: hue angle of 12.54º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C79284 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 132 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.22 |
| HSL | 12.54º | 0.37% | 0.65% | - |
| HSV(B) | 12.54º | 0.34% | 0.78% | - |
| XYZ | 38 | 34.37 | 26.46 | - |
| YUV | 160.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 132 | 0 | 0.27 | 0.34 | 0.22 | 12.54 | 0.37 | 0.65 |
| Hex | C7 | 92 | 84 | 0 | 1B | 22 | 16 | D | 25 | 41 |
| Octal | 307 | 222 | 204 | 0 | 33 | 42 | 26 | 15 | 45 | 101 |
| Binary | 11000111 | 10010010 | 10000100 | 0 | 11011 | 100010 | 10110 | 1101 | 100101 | 1000001 |
Color Harmonies of #C79284
Complementary color
Monochromatic Colors of #C79284
Black with #C79284
Text Example
Text Example
White with #C79284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79284; }
p { color: rgb(199,146,132); }
H1.HeaderClassName
{
color: #C79284;
}
.AnyTagClassName
{
color: #C79284;
}
</style>
background-color css
<style>
a { background-color: #C79284; }
a { background-color: rgb(199,146,132); }
div.DivClassName
{
background-color: #C79284;
}
.BgClassName
{
background-color: #C79284;
}
</style>
border-color css
<style>
span { border-color: #C79284; }
span { border-color: rgb(199,146,132); }
td.TdClassName
{
border-color: #C79284;
}
.TagClassName
{
border-color: #C79284;
}
</style>