Shades of Quicksand #CC9682
Tints of Quicksand #CC9682
RGB
CMYK
RGB Variations
Color information
#CC9682 (or 0xCC9682) is known color: Quicksand. HEX triplet: CC, 96 and 82. RGB value is (204,150,130). Sum of RGB (Red+Green+Blue) = 204+150+130=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9682 is #33697D. Grayscale: #A4A4A4. Windows color (decimal): -3369342 or 8558284. OLE color: 8558284.
HSL color Cylindrical-coordinate representation of color #CC9682: hue angle of 16.22º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC9682 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 130 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.2 |
| HSL | 16.22º | 0.42% | 0.65% | - |
| HSV(B) | 16.22º | 0.36% | 0.8% | - |
| XYZ | 39.84 | 36.26 | 26.02 | - |
| YUV | 163.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 130 | 0 | 0.26 | 0.36 | 0.2 | 16.22 | 0.42 | 0.65 |
| Hex | CC | 96 | 82 | 0 | 1A | 24 | 14 | 10 | 2A | 41 |
| Octal | 314 | 226 | 202 | 0 | 32 | 44 | 24 | 20 | 52 | 101 |
| Binary | 11001100 | 10010110 | 10000010 | 0 | 11010 | 100100 | 10100 | 10000 | 101010 | 1000001 |
Color Harmonies of #CC9682
Complementary color
Monochromatic Colors of #CC9682
Black with #CC9682
Text Example
Text Example
White with #CC9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9682; }
p { color: rgb(204,150,130); }
H1.HeaderClassName
{
color: #CC9682;
}
.AnyTagClassName
{
color: #CC9682;
}
</style>
background-color css
<style>
a { background-color: #CC9682; }
a { background-color: rgb(204,150,130); }
div.DivClassName
{
background-color: #CC9682;
}
.BgClassName
{
background-color: #CC9682;
}
</style>
border-color css
<style>
span { border-color: #CC9682; }
span { border-color: rgb(204,150,130); }
td.TdClassName
{
border-color: #CC9682;
}
.TagClassName
{
border-color: #CC9682;
}
</style>