Shades of Quicksand #C29382
Tints of Quicksand #C29382
RGB
CMYK
RGB Variations
Color information
#C29382 (or 0xC29382) is known color: Quicksand. HEX triplet: C2, 93 and 82. RGB value is (194,147,130). Sum of RGB (Red+Green+Blue) = 194+147+130=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C29382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29382 is #3D6C7D. Grayscale: #9F9F9F. Windows color (decimal): -4025470 or 8557506. OLE color: 8557506.
HSL color Cylindrical-coordinate representation of color #C29382: hue angle of 15.94º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29382 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 130 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.24 |
| HSL | 15.94º | 0.34% | 0.64% | - |
| HSV(B) | 15.94º | 0.33% | 0.76% | - |
| XYZ | 36.71 | 33.95 | 25.74 | - |
| YUV | 159.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 130 | 0 | 0.24 | 0.33 | 0.24 | 15.94 | 0.34 | 0.64 |
| Hex | C2 | 93 | 82 | 0 | 18 | 21 | 18 | 10 | 22 | 40 |
| Octal | 302 | 223 | 202 | 0 | 30 | 41 | 30 | 20 | 42 | 100 |
| Binary | 11000010 | 10010011 | 10000010 | 0 | 11000 | 100001 | 11000 | 10000 | 100010 | 1000000 |
Color Harmonies of #C29382
Complementary color
Monochromatic Colors of #C29382
Black with #C29382
Text Example
Text Example
White with #C29382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29382; }
p { color: rgb(194,147,130); }
H1.HeaderClassName
{
color: #C29382;
}
.AnyTagClassName
{
color: #C29382;
}
</style>
background-color css
<style>
a { background-color: #C29382; }
a { background-color: rgb(194,147,130); }
div.DivClassName
{
background-color: #C29382;
}
.BgClassName
{
background-color: #C29382;
}
</style>
border-color css
<style>
span { border-color: #C29382; }
span { border-color: rgb(194,147,130); }
td.TdClassName
{
border-color: #C29382;
}
.TagClassName
{
border-color: #C29382;
}
</style>