Shades of Quicksand #CC998F
Tints of Quicksand #CC998F
RGB
CMYK
RGB Variations
Color information
#CC998F (or 0xCC998F) is known color: Quicksand. HEX triplet: CC, 99 and 8F. RGB value is (204,153,143). Sum of RGB (Red+Green+Blue) = 204+153+143=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC998F is #336670. Grayscale: #A7A7A7. Windows color (decimal): -3368561 or 9411020. OLE color: 9411020.
HSL color Cylindrical-coordinate representation of color #CC998F: hue angle of 9.84º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC998F is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 143 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.2 |
| HSL | 9.84º | 0.37% | 0.68% | - |
| HSV(B) | 9.84º | 0.3% | 0.8% | - |
| XYZ | 41.25 | 37.6 | 31.07 | - |
| YUV | 167.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 143 | 0 | 0.25 | 0.30 | 0.2 | 9.84 | 0.37 | 0.68 |
| Hex | CC | 99 | 8F | 0 | 19 | 1E | 14 | A | 25 | 44 |
| Octal | 314 | 231 | 217 | 0 | 31 | 36 | 24 | 12 | 45 | 104 |
| Binary | 11001100 | 10011001 | 10001111 | 0 | 11001 | 11110 | 10100 | 1010 | 100101 | 1000100 |
Color Harmonies of #CC998F
Complementary color
Monochromatic Colors of #CC998F
Black with #CC998F
Text Example
Text Example
White with #CC998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC998F; }
p { color: rgb(204,153,143); }
H1.HeaderClassName
{
color: #CC998F;
}
.AnyTagClassName
{
color: #CC998F;
}
</style>
background-color css
<style>
a { background-color: #CC998F; }
a { background-color: rgb(204,153,143); }
div.DivClassName
{
background-color: #CC998F;
}
.BgClassName
{
background-color: #CC998F;
}
</style>
border-color css
<style>
span { border-color: #CC998F; }
span { border-color: rgb(204,153,143); }
td.TdClassName
{
border-color: #CC998F;
}
.TagClassName
{
border-color: #CC998F;
}
</style>