Shades of Quicksand #CD9482
Tints of Quicksand #CD9482
RGB
CMYK
RGB Variations
Color information
#CD9482 (or 0xCD9482) is known color: Quicksand. HEX triplet: CD, 94 and 82. RGB value is (205,148,130). Sum of RGB (Red+Green+Blue) = 205+148+130=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9482 is #326B7D. Grayscale: #A3A3A3. Windows color (decimal): -3304318 or 8557773. OLE color: 8557773.
HSL color Cylindrical-coordinate representation of color #CD9482: hue angle of 14.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD9482 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 130 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.20 |
| HSL | 14.4º | 0.43% | 0.66% | - |
| HSV(B) | 14.4º | 0.37% | 0.8% | - |
| XYZ | 39.8 | 35.77 | 25.93 | - |
| YUV | 162.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 130 | 0 | 0.28 | 0.37 | 0.20 | 14.4 | 0.43 | 0.66 |
| Hex | CD | 94 | 82 | 0 | 1C | 25 | 14 | E | 2B | 42 |
| Octal | 315 | 224 | 202 | 0 | 34 | 45 | 24 | 16 | 53 | 102 |
| Binary | 11001101 | 10010100 | 10000010 | 0 | 11100 | 100101 | 10100 | 1110 | 101011 | 1000010 |
Color Harmonies of #CD9482
Complementary color
Monochromatic Colors of #CD9482
Black with #CD9482
Text Example
Text Example
White with #CD9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9482; }
p { color: rgb(205,148,130); }
H1.HeaderClassName
{
color: #CD9482;
}
.AnyTagClassName
{
color: #CD9482;
}
</style>
background-color css
<style>
a { background-color: #CD9482; }
a { background-color: rgb(205,148,130); }
div.DivClassName
{
background-color: #CD9482;
}
.BgClassName
{
background-color: #CD9482;
}
</style>
border-color css
<style>
span { border-color: #CD9482; }
span { border-color: rgb(205,148,130); }
td.TdClassName
{
border-color: #CD9482;
}
.TagClassName
{
border-color: #CD9482;
}
</style>