Shades of Quicksand #C99A8A
Tints of Quicksand #C99A8A
RGB
CMYK
RGB Variations
Color information
#C99A8A (or 0xC99A8A) is known color: Quicksand. HEX triplet: C9, 9A and 8A. RGB value is (201,154,138). Sum of RGB (Red+Green+Blue) = 201+154+138=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99A8A is #366575. Grayscale: #A6A6A6. Windows color (decimal): -3564918 or 9083593. OLE color: 9083593.
HSL color Cylindrical-coordinate representation of color #C99A8A: hue angle of 15.24º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99A8A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 138 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.21 |
| HSL | 15.24º | 0.37% | 0.66% | - |
| HSV(B) | 15.24º | 0.31% | 0.79% | - |
| XYZ | 40.23 | 37.36 | 29.14 | - |
| YUV | 166.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 138 | 0 | 0.23 | 0.31 | 0.21 | 15.24 | 0.37 | 0.66 |
| Hex | C9 | 9A | 8A | 0 | 17 | 1F | 15 | F | 25 | 42 |
| Octal | 311 | 232 | 212 | 0 | 27 | 37 | 25 | 17 | 45 | 102 |
| Binary | 11001001 | 10011010 | 10001010 | 0 | 10111 | 11111 | 10101 | 1111 | 100101 | 1000010 |
Color Harmonies of #C99A8A
Complementary color
Monochromatic Colors of #C99A8A
Black with #C99A8A
Text Example
Text Example
White with #C99A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A8A; }
p { color: rgb(201,154,138); }
H1.HeaderClassName
{
color: #C99A8A;
}
.AnyTagClassName
{
color: #C99A8A;
}
</style>
background-color css
<style>
a { background-color: #C99A8A; }
a { background-color: rgb(201,154,138); }
div.DivClassName
{
background-color: #C99A8A;
}
.BgClassName
{
background-color: #C99A8A;
}
</style>
border-color css
<style>
span { border-color: #C99A8A; }
span { border-color: rgb(201,154,138); }
td.TdClassName
{
border-color: #C99A8A;
}
.TagClassName
{
border-color: #C99A8A;
}
</style>