Shades of Quicksand #C89583
Tints of Quicksand #C89583
RGB
CMYK
RGB Variations
Color information
#C89583 (or 0xC89583) is known color: Quicksand. HEX triplet: C8, 95 and 83. RGB value is (200,149,131). Sum of RGB (Red+Green+Blue) = 200+149+131=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89583 is #376A7C. Grayscale: #A2A2A2. Windows color (decimal): -3631741 or 8623560. OLE color: 8623560.
HSL color Cylindrical-coordinate representation of color #C89583: hue angle of 15.65º 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 #C89583 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 131 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.22 |
| HSL | 15.65º | 0.39% | 0.65% | - |
| HSV(B) | 15.65º | 0.35% | 0.78% | - |
| XYZ | 38.66 | 35.41 | 26.27 | - |
| YUV | 162.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 131 | 0 | 0.26 | 0.34 | 0.22 | 15.65 | 0.39 | 0.65 |
| Hex | C8 | 95 | 83 | 0 | 1A | 22 | 16 | 10 | 27 | 41 |
| Octal | 310 | 225 | 203 | 0 | 32 | 42 | 26 | 20 | 47 | 101 |
| Binary | 11001000 | 10010101 | 10000011 | 0 | 11010 | 100010 | 10110 | 10000 | 100111 | 1000001 |
Color Harmonies of #C89583
Complementary color
Monochromatic Colors of #C89583
Black with #C89583
Text Example
Text Example
White with #C89583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89583; }
p { color: rgb(200,149,131); }
H1.HeaderClassName
{
color: #C89583;
}
.AnyTagClassName
{
color: #C89583;
}
</style>
background-color css
<style>
a { background-color: #C89583; }
a { background-color: rgb(200,149,131); }
div.DivClassName
{
background-color: #C89583;
}
.BgClassName
{
background-color: #C89583;
}
</style>
border-color css
<style>
span { border-color: #C89583; }
span { border-color: rgb(200,149,131); }
td.TdClassName
{
border-color: #C89583;
}
.TagClassName
{
border-color: #C89583;
}
</style>