Shades of Quicksand #CC958B
Tints of Quicksand #CC958B
RGB
CMYK
RGB Variations
Color information
#CC958B (or 0xCC958B) is known color: Quicksand. HEX triplet: CC, 95 and 8B. RGB value is (204,149,139). Sum of RGB (Red+Green+Blue) = 204+149+139=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC958B is #336A74. Grayscale: #A4A4A4. Windows color (decimal): -3369589 or 9147852. OLE color: 9147852.
HSL color Cylindrical-coordinate representation of color #CC958B: hue angle of 9.23º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC958B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 139 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.2 |
| HSL | 9.23º | 0.39% | 0.67% | - |
| HSV(B) | 9.23º | 0.32% | 0.8% | - |
| XYZ | 40.31 | 36.2 | 29.29 | - |
| YUV | 164.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 139 | 0 | 0.27 | 0.32 | 0.2 | 9.23 | 0.39 | 0.67 |
| Hex | CC | 95 | 8B | 0 | 1B | 20 | 14 | 9 | 27 | 43 |
| Octal | 314 | 225 | 213 | 0 | 33 | 40 | 24 | 11 | 47 | 103 |
| Binary | 11001100 | 10010101 | 10001011 | 0 | 11011 | 100000 | 10100 | 1001 | 100111 | 1000011 |
Color Harmonies of #CC958B
Complementary color
Monochromatic Colors of #CC958B
Black with #CC958B
Text Example
Text Example
White with #CC958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC958B; }
p { color: rgb(204,149,139); }
H1.HeaderClassName
{
color: #CC958B;
}
.AnyTagClassName
{
color: #CC958B;
}
</style>
background-color css
<style>
a { background-color: #CC958B; }
a { background-color: rgb(204,149,139); }
div.DivClassName
{
background-color: #CC958B;
}
.BgClassName
{
background-color: #CC958B;
}
</style>
border-color css
<style>
span { border-color: #CC958B; }
span { border-color: rgb(204,149,139); }
td.TdClassName
{
border-color: #CC958B;
}
.TagClassName
{
border-color: #CC958B;
}
</style>