Shades of Quicksand #C29381
Tints of Quicksand #C29381
RGB
CMYK
RGB Variations
Color information
#C29381 (or 0xC29381) is known color: Quicksand. HEX triplet: C2, 93 and 81. RGB value is (194,147,129). Sum of RGB (Red+Green+Blue) = 194+147+129=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C29381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29381 is #3D6C7E. Grayscale: #9F9F9F. Windows color (decimal): -4025471 or 8491970. OLE color: 8491970.
HSL color Cylindrical-coordinate representation of color #C29381: hue angle of 16.62º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29381 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 129 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.24 |
| HSL | 16.62º | 0.35% | 0.63% | - |
| HSV(B) | 16.62º | 0.34% | 0.76% | - |
| XYZ | 36.64 | 33.92 | 25.39 | - |
| YUV | 159 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 129 | 0 | 0.24 | 0.34 | 0.24 | 16.62 | 0.35 | 0.63 |
| Hex | C2 | 93 | 81 | 0 | 18 | 22 | 18 | 11 | 23 | 3F |
| Octal | 302 | 223 | 201 | 0 | 30 | 42 | 30 | 21 | 43 | 77 |
| Binary | 11000010 | 10010011 | 10000001 | 0 | 11000 | 100010 | 11000 | 10001 | 100011 | 111111 |
Color Harmonies of #C29381
Complementary color
Monochromatic Colors of #C29381
Black with #C29381
Text Example
Text Example
White with #C29381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29381; }
p { color: rgb(194,147,129); }
H1.HeaderClassName
{
color: #C29381;
}
.AnyTagClassName
{
color: #C29381;
}
</style>
background-color css
<style>
a { background-color: #C29381; }
a { background-color: rgb(194,147,129); }
div.DivClassName
{
background-color: #C29381;
}
.BgClassName
{
background-color: #C29381;
}
</style>
border-color css
<style>
span { border-color: #C29381; }
span { border-color: rgb(194,147,129); }
td.TdClassName
{
border-color: #C29381;
}
.TagClassName
{
border-color: #C29381;
}
</style>