Shades of Quicksand #CC9384
Tints of Quicksand #CC9384
RGB
CMYK
RGB Variations
Color information
#CC9384 (or 0xCC9384) is known color: Quicksand. HEX triplet: CC, 93 and 84. RGB value is (204,147,132). Sum of RGB (Red+Green+Blue) = 204+147+132=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9384 is #336C7B. Grayscale: #A2A2A2. Windows color (decimal): -3370108 or 8688588. OLE color: 8688588.
HSL color Cylindrical-coordinate representation of color #CC9384: hue angle of 12.5º 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 #CC9384 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 132 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.2 |
| HSL | 12.5º | 0.41% | 0.66% | - |
| HSV(B) | 12.5º | 0.35% | 0.8% | - |
| XYZ | 39.5 | 35.37 | 26.58 | - |
| YUV | 162.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 132 | 0 | 0.28 | 0.35 | 0.2 | 12.5 | 0.41 | 0.66 |
| Hex | CC | 93 | 84 | 0 | 1C | 23 | 14 | C | 29 | 42 |
| Octal | 314 | 223 | 204 | 0 | 34 | 43 | 24 | 14 | 51 | 102 |
| Binary | 11001100 | 10010011 | 10000100 | 0 | 11100 | 100011 | 10100 | 1100 | 101001 | 1000010 |
Color Harmonies of #CC9384
Complementary color
Monochromatic Colors of #CC9384
Black with #CC9384
Text Example
Text Example
White with #CC9384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9384; }
p { color: rgb(204,147,132); }
H1.HeaderClassName
{
color: #CC9384;
}
.AnyTagClassName
{
color: #CC9384;
}
</style>
background-color css
<style>
a { background-color: #CC9384; }
a { background-color: rgb(204,147,132); }
div.DivClassName
{
background-color: #CC9384;
}
.BgClassName
{
background-color: #CC9384;
}
</style>
border-color css
<style>
span { border-color: #CC9384; }
span { border-color: rgb(204,147,132); }
td.TdClassName
{
border-color: #CC9384;
}
.TagClassName
{
border-color: #CC9384;
}
</style>