Shades of Quicksand #C29791
Tints of Quicksand #C29791
RGB
CMYK
RGB Variations
Color information
#C29791 (or 0xC29791) is known color: Quicksand. HEX triplet: C2, 97 and 91. RGB value is (194,151,145). Sum of RGB (Red+Green+Blue) = 194+151+145=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29791 is #3D686E. Grayscale: #A3A3A3. Windows color (decimal): -4024431 or 9541570. OLE color: 9541570.
HSL color Cylindrical-coordinate representation of color #C29791: hue angle of 7.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29791 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 145 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.24 |
| HSL | 7.35º | 0.29% | 0.66% | - |
| HSV(B) | 7.35º | 0.25% | 0.76% | - |
| XYZ | 38.43 | 35.65 | 31.64 | - |
| YUV | 163.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 145 | 0 | 0.22 | 0.25 | 0.24 | 7.35 | 0.29 | 0.66 |
| Hex | C2 | 97 | 91 | 0 | 16 | 19 | 18 | 7 | 1D | 42 |
| Octal | 302 | 227 | 221 | 0 | 26 | 31 | 30 | 7 | 35 | 102 |
| Binary | 11000010 | 10010111 | 10010001 | 0 | 10110 | 11001 | 11000 | 111 | 11101 | 1000010 |
Color Harmonies of #C29791
Complementary color
Monochromatic Colors of #C29791
Black with #C29791
Text Example
Text Example
White with #C29791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29791; }
p { color: rgb(194,151,145); }
H1.HeaderClassName
{
color: #C29791;
}
.AnyTagClassName
{
color: #C29791;
}
</style>
background-color css
<style>
a { background-color: #C29791; }
a { background-color: rgb(194,151,145); }
div.DivClassName
{
background-color: #C29791;
}
.BgClassName
{
background-color: #C29791;
}
</style>
border-color css
<style>
span { border-color: #C29791; }
span { border-color: rgb(194,151,145); }
td.TdClassName
{
border-color: #C29791;
}
.TagClassName
{
border-color: #C29791;
}
</style>