Shades of Quicksand #C29383
Tints of Quicksand #C29383
RGB
CMYK
RGB Variations
Color information
#C29383 (or 0xC29383) is known color: Quicksand. HEX triplet: C2, 93 and 83. RGB value is (194,147,131). Sum of RGB (Red+Green+Blue) = 194+147+131=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29383 is #3D6C7C. Grayscale: #9F9F9F. Windows color (decimal): -4025469 or 8623042. OLE color: 8623042.
HSL color Cylindrical-coordinate representation of color #C29383: hue angle of 15.24º 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 #C29383 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 131 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.24 |
| HSL | 15.24º | 0.34% | 0.64% | - |
| HSV(B) | 15.24º | 0.32% | 0.76% | - |
| XYZ | 36.78 | 33.98 | 26.09 | - |
| YUV | 159.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 131 | 0 | 0.24 | 0.32 | 0.24 | 15.24 | 0.34 | 0.64 |
| Hex | C2 | 93 | 83 | 0 | 18 | 20 | 18 | F | 22 | 40 |
| Octal | 302 | 223 | 203 | 0 | 30 | 40 | 30 | 17 | 42 | 100 |
| Binary | 11000010 | 10010011 | 10000011 | 0 | 11000 | 100000 | 11000 | 1111 | 100010 | 1000000 |
Color Harmonies of #C29383
Complementary color
Monochromatic Colors of #C29383
Black with #C29383
Text Example
Text Example
White with #C29383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29383; }
p { color: rgb(194,147,131); }
H1.HeaderClassName
{
color: #C29383;
}
.AnyTagClassName
{
color: #C29383;
}
</style>
background-color css
<style>
a { background-color: #C29383; }
a { background-color: rgb(194,147,131); }
div.DivClassName
{
background-color: #C29383;
}
.BgClassName
{
background-color: #C29383;
}
</style>
border-color css
<style>
span { border-color: #C29383; }
span { border-color: rgb(194,147,131); }
td.TdClassName
{
border-color: #C29383;
}
.TagClassName
{
border-color: #C29383;
}
</style>