Shades of Quicksand #C29482
Tints of Quicksand #C29482
RGB
CMYK
RGB Variations
Color information
#C29482 (or 0xC29482) is known color: Quicksand. HEX triplet: C2, 94 and 82. RGB value is (194,148,130). Sum of RGB (Red+Green+Blue) = 194+148+130=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29482 is #3D6B7D. Grayscale: #9F9F9F. Windows color (decimal): -4025214 or 8557762. OLE color: 8557762.
HSL color Cylindrical-coordinate representation of color #C29482: hue angle of 16.88º 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 #C29482 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 130 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.24 |
| HSL | 16.88º | 0.34% | 0.64% | - |
| HSV(B) | 16.88º | 0.33% | 0.76% | - |
| XYZ | 36.87 | 34.26 | 25.79 | - |
| YUV | 159.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 130 | 0 | 0.24 | 0.33 | 0.24 | 16.88 | 0.34 | 0.64 |
| Hex | C2 | 94 | 82 | 0 | 18 | 21 | 18 | 11 | 22 | 40 |
| Octal | 302 | 224 | 202 | 0 | 30 | 41 | 30 | 21 | 42 | 100 |
| Binary | 11000010 | 10010100 | 10000010 | 0 | 11000 | 100001 | 11000 | 10001 | 100010 | 1000000 |
Color Harmonies of #C29482
Complementary color
Monochromatic Colors of #C29482
Black with #C29482
Text Example
Text Example
White with #C29482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29482; }
p { color: rgb(194,148,130); }
H1.HeaderClassName
{
color: #C29482;
}
.AnyTagClassName
{
color: #C29482;
}
</style>
background-color css
<style>
a { background-color: #C29482; }
a { background-color: rgb(194,148,130); }
div.DivClassName
{
background-color: #C29482;
}
.BgClassName
{
background-color: #C29482;
}
</style>
border-color css
<style>
span { border-color: #C29482; }
span { border-color: rgb(194,148,130); }
td.TdClassName
{
border-color: #C29482;
}
.TagClassName
{
border-color: #C29482;
}
</style>