Shades of Quicksand #C89883
Tints of Quicksand #C89883
RGB
CMYK
RGB Variations
Color information
#C89883 (or 0xC89883) is known color: Quicksand. HEX triplet: C8, 98 and 83. RGB value is (200,152,131). Sum of RGB (Red+Green+Blue) = 200+152+131=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C89883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89883 is #37677C. Grayscale: #A4A4A4. Windows color (decimal): -3630973 or 8624328. OLE color: 8624328.
HSL color Cylindrical-coordinate representation of color #C89883: hue angle of 18.26º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89883 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 131 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.22 |
| HSL | 18.26º | 0.39% | 0.65% | - |
| HSV(B) | 18.26º | 0.35% | 0.78% | - |
| XYZ | 39.14 | 36.37 | 26.43 | - |
| YUV | 163.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 131 | 0 | 0.24 | 0.34 | 0.22 | 18.26 | 0.39 | 0.65 |
| Hex | C8 | 98 | 83 | 0 | 18 | 22 | 16 | 12 | 27 | 41 |
| Octal | 310 | 230 | 203 | 0 | 30 | 42 | 26 | 22 | 47 | 101 |
| Binary | 11001000 | 10011000 | 10000011 | 0 | 11000 | 100010 | 10110 | 10010 | 100111 | 1000001 |
Color Harmonies of #C89883
Complementary color
Monochromatic Colors of #C89883
Black with #C89883
Text Example
Text Example
White with #C89883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89883; }
p { color: rgb(200,152,131); }
H1.HeaderClassName
{
color: #C89883;
}
.AnyTagClassName
{
color: #C89883;
}
</style>
background-color css
<style>
a { background-color: #C89883; }
a { background-color: rgb(200,152,131); }
div.DivClassName
{
background-color: #C89883;
}
.BgClassName
{
background-color: #C89883;
}
</style>
border-color css
<style>
span { border-color: #C89883; }
span { border-color: rgb(200,152,131); }
td.TdClassName
{
border-color: #C89883;
}
.TagClassName
{
border-color: #C89883;
}
</style>