Shades of Quicksand #CC9B8A
Tints of Quicksand #CC9B8A
RGB
CMYK
RGB Variations
Color information
#CC9B8A (or 0xCC9B8A) is known color: Quicksand. HEX triplet: CC, 9B and 8A. RGB value is (204,155,138). Sum of RGB (Red+Green+Blue) = 204+155+138=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B8A is #336475. Grayscale: #A7A7A7. Windows color (decimal): -3368054 or 9083852. OLE color: 9083852.
HSL color Cylindrical-coordinate representation of color #CC9B8A: hue angle of 15.45º 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 #CC9B8A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 138 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.2 |
| HSL | 15.45º | 0.39% | 0.67% | - |
| HSV(B) | 15.45º | 0.32% | 0.8% | - |
| XYZ | 41.21 | 38.12 | 29.23 | - |
| YUV | 167.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 138 | 0 | 0.24 | 0.32 | 0.2 | 15.45 | 0.39 | 0.67 |
| Hex | CC | 9B | 8A | 0 | 18 | 20 | 14 | F | 27 | 43 |
| Octal | 314 | 233 | 212 | 0 | 30 | 40 | 24 | 17 | 47 | 103 |
| Binary | 11001100 | 10011011 | 10001010 | 0 | 11000 | 100000 | 10100 | 1111 | 100111 | 1000011 |
Color Harmonies of #CC9B8A
Complementary color
Monochromatic Colors of #CC9B8A
Black with #CC9B8A
Text Example
Text Example
White with #CC9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9B8A; }
p { color: rgb(204,155,138); }
H1.HeaderClassName
{
color: #CC9B8A;
}
.AnyTagClassName
{
color: #CC9B8A;
}
</style>
background-color css
<style>
a { background-color: #CC9B8A; }
a { background-color: rgb(204,155,138); }
div.DivClassName
{
background-color: #CC9B8A;
}
.BgClassName
{
background-color: #CC9B8A;
}
</style>
border-color css
<style>
span { border-color: #CC9B8A; }
span { border-color: rgb(204,155,138); }
td.TdClassName
{
border-color: #CC9B8A;
}
.TagClassName
{
border-color: #CC9B8A;
}
</style>