Shades of Quicksand #C89982
Tints of Quicksand #C89982
RGB
CMYK
RGB Variations
Color information
#C89982 (or 0xC89982) is known color: Quicksand. HEX triplet: C8, 99 and 82. RGB value is (200,153,130). Sum of RGB (Red+Green+Blue) = 200+153+130=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C89982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89982 is #37667D. Grayscale: #A4A4A4. Windows color (decimal): -3630718 or 8559048. OLE color: 8559048.
HSL color Cylindrical-coordinate representation of color #C89982: hue angle of 19.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89982 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 130 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.22 |
| HSL | 19.71º | 0.39% | 0.65% | - |
| HSV(B) | 19.71º | 0.35% | 0.78% | - |
| XYZ | 39.24 | 36.67 | 26.13 | - |
| YUV | 164.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 130 | 0 | 0.24 | 0.35 | 0.22 | 19.71 | 0.39 | 0.65 |
| Hex | C8 | 99 | 82 | 0 | 18 | 23 | 16 | 14 | 27 | 41 |
| Octal | 310 | 231 | 202 | 0 | 30 | 43 | 26 | 24 | 47 | 101 |
| Binary | 11001000 | 10011001 | 10000010 | 0 | 11000 | 100011 | 10110 | 10100 | 100111 | 1000001 |
Color Harmonies of #C89982
Complementary color
Monochromatic Colors of #C89982
Black with #C89982
Text Example
Text Example
White with #C89982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89982; }
p { color: rgb(200,153,130); }
H1.HeaderClassName
{
color: #C89982;
}
.AnyTagClassName
{
color: #C89982;
}
</style>
background-color css
<style>
a { background-color: #C89982; }
a { background-color: rgb(200,153,130); }
div.DivClassName
{
background-color: #C89982;
}
.BgClassName
{
background-color: #C89982;
}
</style>
border-color css
<style>
span { border-color: #C89982; }
span { border-color: rgb(200,153,130); }
td.TdClassName
{
border-color: #C89982;
}
.TagClassName
{
border-color: #C89982;
}
</style>