Shades of Quicksand #C89F8A
Tints of Quicksand #C89F8A
RGB
CMYK
RGB Variations
Color information
#C89F8A (or 0xC89F8A) is known color: Quicksand. HEX triplet: C8, 9F and 8A. RGB value is (200,159,138). Sum of RGB (Red+Green+Blue) = 200+159+138=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F8A is #376075. Grayscale: #A8A8A8. Windows color (decimal): -3629174 or 9084872. OLE color: 9084872.
HSL color Cylindrical-coordinate representation of color #C89F8A: hue angle of 20.32º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89F8A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 138 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.22 |
| HSL | 20.32º | 0.36% | 0.66% | - |
| HSV(B) | 20.32º | 0.31% | 0.78% | - |
| XYZ | 40.81 | 38.91 | 29.4 | - |
| YUV | 168.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 138 | 0 | 0.20 | 0.31 | 0.22 | 20.32 | 0.36 | 0.66 |
| Hex | C8 | 9F | 8A | 0 | 14 | 1F | 16 | 14 | 24 | 42 |
| Octal | 310 | 237 | 212 | 0 | 24 | 37 | 26 | 24 | 44 | 102 |
| Binary | 11001000 | 10011111 | 10001010 | 0 | 10100 | 11111 | 10110 | 10100 | 100100 | 1000010 |
Color Harmonies of #C89F8A
Complementary color
Monochromatic Colors of #C89F8A
Black with #C89F8A
Text Example
Text Example
White with #C89F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F8A; }
p { color: rgb(200,159,138); }
H1.HeaderClassName
{
color: #C89F8A;
}
.AnyTagClassName
{
color: #C89F8A;
}
</style>
background-color css
<style>
a { background-color: #C89F8A; }
a { background-color: rgb(200,159,138); }
div.DivClassName
{
background-color: #C89F8A;
}
.BgClassName
{
background-color: #C89F8A;
}
</style>
border-color css
<style>
span { border-color: #C89F8A; }
span { border-color: rgb(200,159,138); }
td.TdClassName
{
border-color: #C89F8A;
}
.TagClassName
{
border-color: #C89F8A;
}
</style>