Shades of Quicksand #C29784
Tints of Quicksand #C29784
RGB
CMYK
RGB Variations
Color information
#C29784 (or 0xC29784) is known color: Quicksand. HEX triplet: C2, 97 and 84. RGB value is (194,151,132). Sum of RGB (Red+Green+Blue) = 194+151+132=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29784 is #3D687B. Grayscale: #A1A1A1. Windows color (decimal): -4024444 or 8689602. OLE color: 8689602.
HSL color Cylindrical-coordinate representation of color #C29784: hue angle of 18.39º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29784 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 132 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.24 |
| HSL | 18.39º | 0.34% | 0.64% | - |
| HSV(B) | 18.39º | 0.32% | 0.76% | - |
| XYZ | 37.48 | 35.27 | 26.66 | - |
| YUV | 161.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 132 | 0 | 0.22 | 0.32 | 0.24 | 18.39 | 0.34 | 0.64 |
| Hex | C2 | 97 | 84 | 0 | 16 | 20 | 18 | 12 | 22 | 40 |
| Octal | 302 | 227 | 204 | 0 | 26 | 40 | 30 | 22 | 42 | 100 |
| Binary | 11000010 | 10010111 | 10000100 | 0 | 10110 | 100000 | 11000 | 10010 | 100010 | 1000000 |
Color Harmonies of #C29784
Complementary color
Monochromatic Colors of #C29784
Black with #C29784
Text Example
Text Example
White with #C29784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29784; }
p { color: rgb(194,151,132); }
H1.HeaderClassName
{
color: #C29784;
}
.AnyTagClassName
{
color: #C29784;
}
</style>
background-color css
<style>
a { background-color: #C29784; }
a { background-color: rgb(194,151,132); }
div.DivClassName
{
background-color: #C29784;
}
.BgClassName
{
background-color: #C29784;
}
</style>
border-color css
<style>
span { border-color: #C29784; }
span { border-color: rgb(194,151,132); }
td.TdClassName
{
border-color: #C29784;
}
.TagClassName
{
border-color: #C29784;
}
</style>