Shades of Quicksand #C89B8F
Tints of Quicksand #C89B8F
RGB
CMYK
RGB Variations
Color information
#C89B8F (or 0xC89B8F) is known color: Quicksand. HEX triplet: C8, 9B and 8F. RGB value is (200,155,143). Sum of RGB (Red+Green+Blue) = 200+155+143=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B8F is #376470. Grayscale: #A7A7A7. Windows color (decimal): -3630193 or 9411528. OLE color: 9411528.
HSL color Cylindrical-coordinate representation of color #C89B8F: hue angle of 12.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89B8F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 143 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.22 |
| HSL | 12.63º | 0.34% | 0.67% | - |
| HSV(B) | 12.63º | 0.29% | 0.78% | - |
| XYZ | 40.5 | 37.71 | 31.13 | - |
| YUV | 167.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 143 | 0 | 0.22 | 0.28 | 0.22 | 12.63 | 0.34 | 0.67 |
| Hex | C8 | 9B | 8F | 0 | 16 | 1C | 16 | D | 22 | 43 |
| Octal | 310 | 233 | 217 | 0 | 26 | 34 | 26 | 15 | 42 | 103 |
| Binary | 11001000 | 10011011 | 10001111 | 0 | 10110 | 11100 | 10110 | 1101 | 100010 | 1000011 |
Color Harmonies of #C89B8F
Complementary color
Monochromatic Colors of #C89B8F
Black with #C89B8F
Text Example
Text Example
White with #C89B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B8F; }
p { color: rgb(200,155,143); }
H1.HeaderClassName
{
color: #C89B8F;
}
.AnyTagClassName
{
color: #C89B8F;
}
</style>
background-color css
<style>
a { background-color: #C89B8F; }
a { background-color: rgb(200,155,143); }
div.DivClassName
{
background-color: #C89B8F;
}
.BgClassName
{
background-color: #C89B8F;
}
</style>
border-color css
<style>
span { border-color: #C89B8F; }
span { border-color: rgb(200,155,143); }
td.TdClassName
{
border-color: #C89B8F;
}
.TagClassName
{
border-color: #C89B8F;
}
</style>