Shades of Quicksand #CC9788
Tints of Quicksand #CC9788
RGB
CMYK
RGB Variations
Color information
#CC9788 (or 0xCC9788) is known color: Quicksand. HEX triplet: CC, 97 and 88. RGB value is (204,151,136). Sum of RGB (Red+Green+Blue) = 204+151+136=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9788 is #336877. Grayscale: #A5A5A5. Windows color (decimal): -3369080 or 8951756. OLE color: 8951756.
HSL color Cylindrical-coordinate representation of color #CC9788: hue angle of 13.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9788 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 136 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.2 |
| HSL | 13.24º | 0.4% | 0.67% | - |
| HSV(B) | 13.24º | 0.33% | 0.8% | - |
| XYZ | 40.41 | 36.75 | 28.26 | - |
| YUV | 165.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 136 | 0 | 0.26 | 0.33 | 0.2 | 13.24 | 0.4 | 0.67 |
| Hex | CC | 97 | 88 | 0 | 1A | 21 | 14 | D | 28 | 43 |
| Octal | 314 | 227 | 210 | 0 | 32 | 41 | 24 | 15 | 50 | 103 |
| Binary | 11001100 | 10010111 | 10001000 | 0 | 11010 | 100001 | 10100 | 1101 | 101000 | 1000011 |
Color Harmonies of #CC9788
Complementary color
Monochromatic Colors of #CC9788
Black with #CC9788
Text Example
Text Example
White with #CC9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9788; }
p { color: rgb(204,151,136); }
H1.HeaderClassName
{
color: #CC9788;
}
.AnyTagClassName
{
color: #CC9788;
}
</style>
background-color css
<style>
a { background-color: #CC9788; }
a { background-color: rgb(204,151,136); }
div.DivClassName
{
background-color: #CC9788;
}
.BgClassName
{
background-color: #CC9788;
}
</style>
border-color css
<style>
span { border-color: #CC9788; }
span { border-color: rgb(204,151,136); }
td.TdClassName
{
border-color: #CC9788;
}
.TagClassName
{
border-color: #CC9788;
}
</style>