Shades of Quicksand #C89891
Tints of Quicksand #C89891
RGB
CMYK
RGB Variations
Color information
#C89891 (or 0xC89891) is known color: Quicksand. HEX triplet: C8, 98 and 91. RGB value is (200,152,145). Sum of RGB (Red+Green+Blue) = 200+152+145=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89891 is #37676E. Grayscale: #A5A5A5. Windows color (decimal): -3630959 or 9541832. OLE color: 9541832.
HSL color Cylindrical-coordinate representation of color #C89891: hue angle of 7.64º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89891 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 145 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.22 |
| HSL | 7.64º | 0.33% | 0.68% | - |
| HSV(B) | 7.64º | 0.28% | 0.78% | - |
| XYZ | 40.16 | 36.78 | 31.77 | - |
| YUV | 165.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 145 | 0 | 0.24 | 0.28 | 0.22 | 7.64 | 0.33 | 0.68 |
| Hex | C8 | 98 | 91 | 0 | 18 | 1C | 16 | 8 | 21 | 44 |
| Octal | 310 | 230 | 221 | 0 | 30 | 34 | 26 | 10 | 41 | 104 |
| Binary | 11001000 | 10011000 | 10010001 | 0 | 11000 | 11100 | 10110 | 1000 | 100001 | 1000100 |
Color Harmonies of #C89891
Complementary color
Monochromatic Colors of #C89891
Black with #C89891
Text Example
Text Example
White with #C89891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89891; }
p { color: rgb(200,152,145); }
H1.HeaderClassName
{
color: #C89891;
}
.AnyTagClassName
{
color: #C89891;
}
</style>
background-color css
<style>
a { background-color: #C89891; }
a { background-color: rgb(200,152,145); }
div.DivClassName
{
background-color: #C89891;
}
.BgClassName
{
background-color: #C89891;
}
</style>
border-color css
<style>
span { border-color: #C89891; }
span { border-color: rgb(200,152,145); }
td.TdClassName
{
border-color: #C89891;
}
.TagClassName
{
border-color: #C89891;
}
</style>