Shades of Quicksand #CC9583
Tints of Quicksand #CC9583
RGB
CMYK
RGB Variations
Color information
#CC9583 (or 0xCC9583) is known color: Quicksand. HEX triplet: CC, 95 and 83. RGB value is (204,149,131). Sum of RGB (Red+Green+Blue) = 204+149+131=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9583 is #336A7C. Grayscale: #A3A3A3. Windows color (decimal): -3369597 or 8623564. OLE color: 8623564.
HSL color Cylindrical-coordinate representation of color #CC9583: hue angle of 14.79º 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 #CC9583 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 131 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.2 |
| HSL | 14.79º | 0.42% | 0.66% | - |
| HSV(B) | 14.79º | 0.36% | 0.8% | - |
| XYZ | 39.75 | 35.97 | 26.32 | - |
| YUV | 163.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 131 | 0 | 0.27 | 0.36 | 0.2 | 14.79 | 0.42 | 0.66 |
| Hex | CC | 95 | 83 | 0 | 1B | 24 | 14 | F | 2A | 42 |
| Octal | 314 | 225 | 203 | 0 | 33 | 44 | 24 | 17 | 52 | 102 |
| Binary | 11001100 | 10010101 | 10000011 | 0 | 11011 | 100100 | 10100 | 1111 | 101010 | 1000010 |
Color Harmonies of #CC9583
Complementary color
Monochromatic Colors of #CC9583
Black with #CC9583
Text Example
Text Example
White with #CC9583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9583; }
p { color: rgb(204,149,131); }
H1.HeaderClassName
{
color: #CC9583;
}
.AnyTagClassName
{
color: #CC9583;
}
</style>
background-color css
<style>
a { background-color: #CC9583; }
a { background-color: rgb(204,149,131); }
div.DivClassName
{
background-color: #CC9583;
}
.BgClassName
{
background-color: #CC9583;
}
</style>
border-color css
<style>
span { border-color: #CC9583; }
span { border-color: rgb(204,149,131); }
td.TdClassName
{
border-color: #CC9583;
}
.TagClassName
{
border-color: #CC9583;
}
</style>