Shades of Quicksand #CC9282
Tints of Quicksand #CC9282
RGB
CMYK
RGB Variations
Color information
#CC9282 (or 0xCC9282) is known color: Quicksand. HEX triplet: CC, 92 and 82. RGB value is (204,146,130). Sum of RGB (Red+Green+Blue) = 204+146+130=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9282 is #336D7D. Grayscale: #A1A1A1. Windows color (decimal): -3370366 or 8557260. OLE color: 8557260.
HSL color Cylindrical-coordinate representation of color #CC9282: hue angle of 12.97º 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 #CC9282 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 130 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.2 |
| HSL | 12.97º | 0.42% | 0.65% | - |
| HSV(B) | 12.97º | 0.36% | 0.8% | - |
| XYZ | 39.21 | 35.01 | 25.81 | - |
| YUV | 161.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 130 | 0 | 0.28 | 0.36 | 0.2 | 12.97 | 0.42 | 0.65 |
| Hex | CC | 92 | 82 | 0 | 1C | 24 | 14 | D | 2A | 41 |
| Octal | 314 | 222 | 202 | 0 | 34 | 44 | 24 | 15 | 52 | 101 |
| Binary | 11001100 | 10010010 | 10000010 | 0 | 11100 | 100100 | 10100 | 1101 | 101010 | 1000001 |
Color Harmonies of #CC9282
Complementary color
Monochromatic Colors of #CC9282
Black with #CC9282
Text Example
Text Example
White with #CC9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9282; }
p { color: rgb(204,146,130); }
H1.HeaderClassName
{
color: #CC9282;
}
.AnyTagClassName
{
color: #CC9282;
}
</style>
background-color css
<style>
a { background-color: #CC9282; }
a { background-color: rgb(204,146,130); }
div.DivClassName
{
background-color: #CC9282;
}
.BgClassName
{
background-color: #CC9282;
}
</style>
border-color css
<style>
span { border-color: #CC9282; }
span { border-color: rgb(204,146,130); }
td.TdClassName
{
border-color: #CC9282;
}
.TagClassName
{
border-color: #CC9282;
}
</style>