Shades of Quicksand #C29081
Tints of Quicksand #C29081
RGB
CMYK
RGB Variations
Color information
#C29081 (or 0xC29081) is known color: Quicksand. HEX triplet: C2, 90 and 81. RGB value is (194,144,129). Sum of RGB (Red+Green+Blue) = 194+144+129=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29081 is #3D6F7E. Grayscale: #9D9D9D. Windows color (decimal): -4026239 or 8491202. OLE color: 8491202.
HSL color Cylindrical-coordinate representation of color #C29081: hue angle of 13.85º 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 #C29081 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 129 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.24 |
| HSL | 13.85º | 0.35% | 0.63% | - |
| HSV(B) | 13.85º | 0.34% | 0.76% | - |
| XYZ | 36.18 | 33 | 25.23 | - |
| YUV | 157.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 129 | 0 | 0.26 | 0.34 | 0.24 | 13.85 | 0.35 | 0.63 |
| Hex | C2 | 90 | 81 | 0 | 1A | 22 | 18 | E | 23 | 3F |
| Octal | 302 | 220 | 201 | 0 | 32 | 42 | 30 | 16 | 43 | 77 |
| Binary | 11000010 | 10010000 | 10000001 | 0 | 11010 | 100010 | 11000 | 1110 | 100011 | 111111 |
Color Harmonies of #C29081
Complementary color
Monochromatic Colors of #C29081
Black with #C29081
Text Example
Text Example
White with #C29081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29081; }
p { color: rgb(194,144,129); }
H1.HeaderClassName
{
color: #C29081;
}
.AnyTagClassName
{
color: #C29081;
}
</style>
background-color css
<style>
a { background-color: #C29081; }
a { background-color: rgb(194,144,129); }
div.DivClassName
{
background-color: #C29081;
}
.BgClassName
{
background-color: #C29081;
}
</style>
border-color css
<style>
span { border-color: #C29081; }
span { border-color: rgb(194,144,129); }
td.TdClassName
{
border-color: #C29081;
}
.TagClassName
{
border-color: #C29081;
}
</style>