Shades of Quicksand #C89C8B
Tints of Quicksand #C89C8B
RGB
CMYK
RGB Variations
Color information
#C89C8B (or 0xC89C8B) is known color: Quicksand. HEX triplet: C8, 9C and 8B. RGB value is (200,156,139). Sum of RGB (Red+Green+Blue) = 200+156+139=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C8B is #376374. Grayscale: #A7A7A7. Windows color (decimal): -3629941 or 9149640. OLE color: 9149640.
HSL color Cylindrical-coordinate representation of color #C89C8B: hue angle of 16.72º 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 #C89C8B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 139 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.22 |
| HSL | 16.72º | 0.36% | 0.66% | - |
| HSV(B) | 16.72º | 0.31% | 0.78% | - |
| XYZ | 40.37 | 37.92 | 29.62 | - |
| YUV | 167.22 | 112.08 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 139 | 0 | 0.22 | 0.30 | 0.22 | 16.72 | 0.36 | 0.66 |
| Hex | C8 | 9C | 8B | 0 | 16 | 1E | 16 | 11 | 24 | 42 |
| Octal | 310 | 234 | 213 | 0 | 26 | 36 | 26 | 21 | 44 | 102 |
| Binary | 11001000 | 10011100 | 10001011 | 0 | 10110 | 11110 | 10110 | 10001 | 100100 | 1000010 |
Color Harmonies of #C89C8B
Complementary color
Monochromatic Colors of #C89C8B
Black with #C89C8B
Text Example
Text Example
White with #C89C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C8B; }
p { color: rgb(200,156,139); }
H1.HeaderClassName
{
color: #C89C8B;
}
.AnyTagClassName
{
color: #C89C8B;
}
</style>
background-color css
<style>
a { background-color: #C89C8B; }
a { background-color: rgb(200,156,139); }
div.DivClassName
{
background-color: #C89C8B;
}
.BgClassName
{
background-color: #C89C8B;
}
</style>
border-color css
<style>
span { border-color: #C89C8B; }
span { border-color: rgb(200,156,139); }
td.TdClassName
{
border-color: #C89C8B;
}
.TagClassName
{
border-color: #C89C8B;
}
</style>