Shades of Quicksand #C89B8B
Tints of Quicksand #C89B8B
RGB
CMYK
RGB Variations
Color information
#C89B8B (or 0xC89B8B) is known color: Quicksand. HEX triplet: C8, 9B and 8B. RGB value is (200,155,139). Sum of RGB (Red+Green+Blue) = 200+155+139=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B8B is #376474. Grayscale: #A6A6A6. Windows color (decimal): -3630197 or 9149384. OLE color: 9149384.
HSL color Cylindrical-coordinate representation of color #C89B8B: hue angle of 15.74º 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 #C89B8B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 139 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.22 |
| HSL | 15.74º | 0.36% | 0.66% | - |
| HSV(B) | 15.74º | 0.31% | 0.78% | - |
| XYZ | 40.2 | 37.59 | 29.56 | - |
| YUV | 166.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 139 | 0 | 0.22 | 0.30 | 0.22 | 15.74 | 0.36 | 0.66 |
| Hex | C8 | 9B | 8B | 0 | 16 | 1E | 16 | 10 | 24 | 42 |
| Octal | 310 | 233 | 213 | 0 | 26 | 36 | 26 | 20 | 44 | 102 |
| Binary | 11001000 | 10011011 | 10001011 | 0 | 10110 | 11110 | 10110 | 10000 | 100100 | 1000010 |
Color Harmonies of #C89B8B
Complementary color
Monochromatic Colors of #C89B8B
Black with #C89B8B
Text Example
Text Example
White with #C89B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B8B; }
p { color: rgb(200,155,139); }
H1.HeaderClassName
{
color: #C89B8B;
}
.AnyTagClassName
{
color: #C89B8B;
}
</style>
background-color css
<style>
a { background-color: #C89B8B; }
a { background-color: rgb(200,155,139); }
div.DivClassName
{
background-color: #C89B8B;
}
.BgClassName
{
background-color: #C89B8B;
}
</style>
border-color css
<style>
span { border-color: #C89B8B; }
span { border-color: rgb(200,155,139); }
td.TdClassName
{
border-color: #C89B8B;
}
.TagClassName
{
border-color: #C89B8B;
}
</style>