Shades of Quicksand #C89381
Tints of Quicksand #C89381
RGB
CMYK
RGB Variations
Color information
#C89381 (or 0xC89381) is known color: Quicksand. HEX triplet: C8, 93 and 81. RGB value is (200,147,129). Sum of RGB (Red+Green+Blue) = 200+147+129=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C89381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89381 is #376C7E. Grayscale: #A0A0A0. Windows color (decimal): -3632255 or 8491976. OLE color: 8491976.
HSL color Cylindrical-coordinate representation of color #C89381: hue angle of 15.21º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C89381 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 129 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.22 |
| HSL | 15.21º | 0.39% | 0.65% | - |
| HSV(B) | 15.21º | 0.36% | 0.78% | - |
| XYZ | 38.22 | 34.73 | 25.46 | - |
| YUV | 160.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 129 | 0 | 0.26 | 0.36 | 0.22 | 15.21 | 0.39 | 0.65 |
| Hex | C8 | 93 | 81 | 0 | 1A | 24 | 16 | F | 27 | 41 |
| Octal | 310 | 223 | 201 | 0 | 32 | 44 | 26 | 17 | 47 | 101 |
| Binary | 11001000 | 10010011 | 10000001 | 0 | 11010 | 100100 | 10110 | 1111 | 100111 | 1000001 |
Color Harmonies of #C89381
Complementary color
Monochromatic Colors of #C89381
Black with #C89381
Text Example
Text Example
White with #C89381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89381; }
p { color: rgb(200,147,129); }
H1.HeaderClassName
{
color: #C89381;
}
.AnyTagClassName
{
color: #C89381;
}
</style>
background-color css
<style>
a { background-color: #C89381; }
a { background-color: rgb(200,147,129); }
div.DivClassName
{
background-color: #C89381;
}
.BgClassName
{
background-color: #C89381;
}
</style>
border-color css
<style>
span { border-color: #C89381; }
span { border-color: rgb(200,147,129); }
td.TdClassName
{
border-color: #C89381;
}
.TagClassName
{
border-color: #C89381;
}
</style>