Shades of Quicksand #CD9A88
Tints of Quicksand #CD9A88
RGB
CMYK
RGB Variations
Color information
#CD9A88 (or 0xCD9A88) is known color: Quicksand. HEX triplet: CD, 9A and 88. RGB value is (205,154,136). Sum of RGB (Red+Green+Blue) = 205+154+136=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9A88 is #326577. Grayscale: #A7A7A7. Windows color (decimal): -3302776 or 8952525. OLE color: 8952525.
HSL color Cylindrical-coordinate representation of color #CD9A88: hue angle of 15.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9A88 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 136 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.20 |
| HSL | 15.65º | 0.41% | 0.67% | - |
| HSV(B) | 15.65º | 0.34% | 0.8% | - |
| XYZ | 41.18 | 37.87 | 28.43 | - |
| YUV | 167.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 136 | 0 | 0.25 | 0.34 | 0.20 | 15.65 | 0.41 | 0.67 |
| Hex | CD | 9A | 88 | 0 | 19 | 22 | 14 | 10 | 29 | 43 |
| Octal | 315 | 232 | 210 | 0 | 31 | 42 | 24 | 20 | 51 | 103 |
| Binary | 11001101 | 10011010 | 10001000 | 0 | 11001 | 100010 | 10100 | 10000 | 101001 | 1000011 |
Color Harmonies of #CD9A88
Complementary color
Monochromatic Colors of #CD9A88
Black with #CD9A88
Text Example
Text Example
White with #CD9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A88; }
p { color: rgb(205,154,136); }
H1.HeaderClassName
{
color: #CD9A88;
}
.AnyTagClassName
{
color: #CD9A88;
}
</style>
background-color css
<style>
a { background-color: #CD9A88; }
a { background-color: rgb(205,154,136); }
div.DivClassName
{
background-color: #CD9A88;
}
.BgClassName
{
background-color: #CD9A88;
}
</style>
border-color css
<style>
span { border-color: #CD9A88; }
span { border-color: rgb(205,154,136); }
td.TdClassName
{
border-color: #CD9A88;
}
.TagClassName
{
border-color: #CD9A88;
}
</style>