Shades of Quicksand #C89A8A
Tints of Quicksand #C89A8A
RGB
CMYK
RGB Variations
Color information
#C89A8A (or 0xC89A8A) is known color: Quicksand. HEX triplet: C8, 9A and 8A. RGB value is (200,154,138). Sum of RGB (Red+Green+Blue) = 200+154+138=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89A8A is #376575. Grayscale: #A6A6A6. Windows color (decimal): -3630454 or 9083592. OLE color: 9083592.
HSL color Cylindrical-coordinate representation of color #C89A8A: hue angle of 15.48º 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 #C89A8A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 138 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.22 |
| HSL | 15.48º | 0.36% | 0.66% | - |
| HSV(B) | 15.48º | 0.31% | 0.78% | - |
| XYZ | 39.96 | 37.23 | 29.12 | - |
| YUV | 165.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 138 | 0 | 0.23 | 0.31 | 0.22 | 15.48 | 0.36 | 0.66 |
| Hex | C8 | 9A | 8A | 0 | 17 | 1F | 16 | F | 24 | 42 |
| Octal | 310 | 232 | 212 | 0 | 27 | 37 | 26 | 17 | 44 | 102 |
| Binary | 11001000 | 10011010 | 10001010 | 0 | 10111 | 11111 | 10110 | 1111 | 100100 | 1000010 |
Color Harmonies of #C89A8A
Complementary color
Monochromatic Colors of #C89A8A
Black with #C89A8A
Text Example
Text Example
White with #C89A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A8A; }
p { color: rgb(200,154,138); }
H1.HeaderClassName
{
color: #C89A8A;
}
.AnyTagClassName
{
color: #C89A8A;
}
</style>
background-color css
<style>
a { background-color: #C89A8A; }
a { background-color: rgb(200,154,138); }
div.DivClassName
{
background-color: #C89A8A;
}
.BgClassName
{
background-color: #C89A8A;
}
</style>
border-color css
<style>
span { border-color: #C89A8A; }
span { border-color: rgb(200,154,138); }
td.TdClassName
{
border-color: #C89A8A;
}
.TagClassName
{
border-color: #C89A8A;
}
</style>