Shades of Quicksand #C29788
Tints of Quicksand #C29788
RGB
CMYK
RGB Variations
Color information
#C29788 (or 0xC29788) is known color: Quicksand. HEX triplet: C2, 97 and 88. RGB value is (194,151,136). Sum of RGB (Red+Green+Blue) = 194+151+136=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29788 is #3D6877. Grayscale: #A2A2A2. Windows color (decimal): -4024440 or 8951746. OLE color: 8951746.
HSL color Cylindrical-coordinate representation of color #C29788: hue angle of 15.52º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29788 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 136 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.24 |
| HSL | 15.52º | 0.32% | 0.65% | - |
| HSV(B) | 15.52º | 0.3% | 0.76% | - |
| XYZ | 37.76 | 35.38 | 28.13 | - |
| YUV | 162.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 136 | 0 | 0.22 | 0.30 | 0.24 | 15.52 | 0.32 | 0.65 |
| Hex | C2 | 97 | 88 | 0 | 16 | 1E | 18 | 10 | 20 | 41 |
| Octal | 302 | 227 | 210 | 0 | 26 | 36 | 30 | 20 | 40 | 101 |
| Binary | 11000010 | 10010111 | 10001000 | 0 | 10110 | 11110 | 11000 | 10000 | 100000 | 1000001 |
Color Harmonies of #C29788
Complementary color
Monochromatic Colors of #C29788
Black with #C29788
Text Example
Text Example
White with #C29788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29788; }
p { color: rgb(194,151,136); }
H1.HeaderClassName
{
color: #C29788;
}
.AnyTagClassName
{
color: #C29788;
}
</style>
background-color css
<style>
a { background-color: #C29788; }
a { background-color: rgb(194,151,136); }
div.DivClassName
{
background-color: #C29788;
}
.BgClassName
{
background-color: #C29788;
}
</style>
border-color css
<style>
span { border-color: #C29788; }
span { border-color: rgb(194,151,136); }
td.TdClassName
{
border-color: #C29788;
}
.TagClassName
{
border-color: #C29788;
}
</style>