Shades of Quicksand #C29B97
Tints of Quicksand #C29B97
RGB
CMYK
RGB Variations
Color information
#C29B97 (or 0xC29B97) is known color: Quicksand. HEX triplet: C2, 9B and 97. RGB value is (194,155,151). Sum of RGB (Red+Green+Blue) = 194+155+151=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B97 is #3D6468. Grayscale: #A6A6A6. Windows color (decimal): -4023401 or 9935810. OLE color: 9935810.
HSL color Cylindrical-coordinate representation of color #C29B97: hue angle of 5.58º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C29B97 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 151 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.24 |
| HSL | 5.58º | 0.26% | 0.68% | - |
| HSV(B) | 5.58º | 0.22% | 0.76% | - |
| XYZ | 39.56 | 37.15 | 34.36 | - |
| YUV | 166.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 151 | 0 | 0.20 | 0.22 | 0.24 | 5.58 | 0.26 | 0.68 |
| Hex | C2 | 9B | 97 | 0 | 14 | 16 | 18 | 6 | 1A | 44 |
| Octal | 302 | 233 | 227 | 0 | 24 | 26 | 30 | 6 | 32 | 104 |
| Binary | 11000010 | 10011011 | 10010111 | 0 | 10100 | 10110 | 11000 | 110 | 11010 | 1000100 |
Color Harmonies of #C29B97
Complementary color
Monochromatic Colors of #C29B97
Black with #C29B97
Text Example
Text Example
White with #C29B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B97; }
p { color: rgb(194,155,151); }
H1.HeaderClassName
{
color: #C29B97;
}
.AnyTagClassName
{
color: #C29B97;
}
</style>
background-color css
<style>
a { background-color: #C29B97; }
a { background-color: rgb(194,155,151); }
div.DivClassName
{
background-color: #C29B97;
}
.BgClassName
{
background-color: #C29B97;
}
</style>
border-color css
<style>
span { border-color: #C29B97; }
span { border-color: rgb(194,155,151); }
td.TdClassName
{
border-color: #C29B97;
}
.TagClassName
{
border-color: #C29B97;
}
</style>