Shades of Quicksand #CC9385
Tints of Quicksand #CC9385
RGB
CMYK
RGB Variations
Color information
#CC9385 (or 0xCC9385) is known color: Quicksand. HEX triplet: CC, 93 and 85. RGB value is (204,147,133). Sum of RGB (Red+Green+Blue) = 204+147+133=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9385 is #336C7A. Grayscale: #A2A2A2. Windows color (decimal): -3370107 or 8754124. OLE color: 8754124.
HSL color Cylindrical-coordinate representation of color #CC9385: hue angle of 11.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC9385 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 133 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.2 |
| HSL | 11.83º | 0.41% | 0.66% | - |
| HSV(B) | 11.83º | 0.35% | 0.8% | - |
| XYZ | 39.57 | 35.4 | 26.94 | - |
| YUV | 162.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 133 | 0 | 0.28 | 0.35 | 0.2 | 11.83 | 0.41 | 0.66 |
| Hex | CC | 93 | 85 | 0 | 1C | 23 | 14 | C | 29 | 42 |
| Octal | 314 | 223 | 205 | 0 | 34 | 43 | 24 | 14 | 51 | 102 |
| Binary | 11001100 | 10010011 | 10000101 | 0 | 11100 | 100011 | 10100 | 1100 | 101001 | 1000010 |
Color Harmonies of #CC9385
Complementary color
Monochromatic Colors of #CC9385
Black with #CC9385
Text Example
Text Example
White with #CC9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9385; }
p { color: rgb(204,147,133); }
H1.HeaderClassName
{
color: #CC9385;
}
.AnyTagClassName
{
color: #CC9385;
}
</style>
background-color css
<style>
a { background-color: #CC9385; }
a { background-color: rgb(204,147,133); }
div.DivClassName
{
background-color: #CC9385;
}
.BgClassName
{
background-color: #CC9385;
}
</style>
border-color css
<style>
span { border-color: #CC9385; }
span { border-color: rgb(204,147,133); }
td.TdClassName
{
border-color: #CC9385;
}
.TagClassName
{
border-color: #CC9385;
}
</style>