Shades of Quicksand #CC9883
Tints of Quicksand #CC9883
RGB
CMYK
RGB Variations
Color information
#CC9883 (or 0xCC9883) is known color: Quicksand. HEX triplet: CC, 98 and 83. RGB value is (204,152,131). Sum of RGB (Red+Green+Blue) = 204+152+131=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9883 is #33677C. Grayscale: #A5A5A5. Windows color (decimal): -3368829 or 8624332. OLE color: 8624332.
HSL color Cylindrical-coordinate representation of color #CC9883: hue angle of 17.26º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9883 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 131 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.2 |
| HSL | 17.26º | 0.42% | 0.66% | - |
| HSV(B) | 17.26º | 0.36% | 0.8% | - |
| XYZ | 40.23 | 36.93 | 26.48 | - |
| YUV | 165.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 131 | 0 | 0.25 | 0.36 | 0.2 | 17.26 | 0.42 | 0.66 |
| Hex | CC | 98 | 83 | 0 | 19 | 24 | 14 | 11 | 2A | 42 |
| Octal | 314 | 230 | 203 | 0 | 31 | 44 | 24 | 21 | 52 | 102 |
| Binary | 11001100 | 10011000 | 10000011 | 0 | 11001 | 100100 | 10100 | 10001 | 101010 | 1000010 |
Color Harmonies of #CC9883
Complementary color
Monochromatic Colors of #CC9883
Black with #CC9883
Text Example
Text Example
White with #CC9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9883; }
p { color: rgb(204,152,131); }
H1.HeaderClassName
{
color: #CC9883;
}
.AnyTagClassName
{
color: #CC9883;
}
</style>
background-color css
<style>
a { background-color: #CC9883; }
a { background-color: rgb(204,152,131); }
div.DivClassName
{
background-color: #CC9883;
}
.BgClassName
{
background-color: #CC9883;
}
</style>
border-color css
<style>
span { border-color: #CC9883; }
span { border-color: rgb(204,152,131); }
td.TdClassName
{
border-color: #CC9883;
}
.TagClassName
{
border-color: #CC9883;
}
</style>