Shades of Quicksand #C89C92
Tints of Quicksand #C89C92
RGB
CMYK
RGB Variations
Color information
#C89C92 (or 0xC89C92) is known color: Quicksand. HEX triplet: C8, 9C and 92. RGB value is (200,156,146). Sum of RGB (Red+Green+Blue) = 200+156+146=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C92 is #37636D. Grayscale: #A8A8A8. Windows color (decimal): -3629934 or 9608392. OLE color: 9608392.
HSL color Cylindrical-coordinate representation of color #C89C92: hue angle of 11.11º 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 #C89C92 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 146 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.22 |
| HSL | 11.11º | 0.33% | 0.68% | - |
| HSV(B) | 11.11º | 0.27% | 0.78% | - |
| XYZ | 40.9 | 38.13 | 32.4 | - |
| YUV | 168.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 146 | 0 | 0.22 | 0.27 | 0.22 | 11.11 | 0.33 | 0.68 |
| Hex | C8 | 9C | 92 | 0 | 16 | 1B | 16 | B | 21 | 44 |
| Octal | 310 | 234 | 222 | 0 | 26 | 33 | 26 | 13 | 41 | 104 |
| Binary | 11001000 | 10011100 | 10010010 | 0 | 10110 | 11011 | 10110 | 1011 | 100001 | 1000100 |
Color Harmonies of #C89C92
Complementary color
Monochromatic Colors of #C89C92
Black with #C89C92
Text Example
Text Example
White with #C89C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C92; }
p { color: rgb(200,156,146); }
H1.HeaderClassName
{
color: #C89C92;
}
.AnyTagClassName
{
color: #C89C92;
}
</style>
background-color css
<style>
a { background-color: #C89C92; }
a { background-color: rgb(200,156,146); }
div.DivClassName
{
background-color: #C89C92;
}
.BgClassName
{
background-color: #C89C92;
}
</style>
border-color css
<style>
span { border-color: #C89C92; }
span { border-color: rgb(200,156,146); }
td.TdClassName
{
border-color: #C89C92;
}
.TagClassName
{
border-color: #C89C92;
}
</style>