Shades of Quicksand #CB968B
Tints of Quicksand #CB968B
RGB
CMYK
RGB Variations
Color information
#CB968B (or 0xCB968B) is known color: Quicksand. HEX triplet: CB, 96 and 8B. RGB value is (203,150,139). Sum of RGB (Red+Green+Blue) = 203+150+139=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB968B is #346974. Grayscale: #A4A4A4. Windows color (decimal): -3434869 or 9148107. OLE color: 9148107.
HSL color Cylindrical-coordinate representation of color #CB968B: hue angle of 10.31º degrees, saturation: 0.38, 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 #CB968B is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 139 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.20 |
| HSL | 10.31º | 0.38% | 0.67% | - |
| HSV(B) | 10.31º | 0.32% | 0.8% | - |
| XYZ | 40.2 | 36.37 | 29.33 | - |
| YUV | 164.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 139 | 0 | 0.26 | 0.32 | 0.20 | 10.31 | 0.38 | 0.67 |
| Hex | CB | 96 | 8B | 0 | 1A | 20 | 14 | A | 26 | 43 |
| Octal | 313 | 226 | 213 | 0 | 32 | 40 | 24 | 12 | 46 | 103 |
| Binary | 11001011 | 10010110 | 10001011 | 0 | 11010 | 100000 | 10100 | 1010 | 100110 | 1000011 |
Color Harmonies of #CB968B
Complementary color
Monochromatic Colors of #CB968B
Black with #CB968B
Text Example
Text Example
White with #CB968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB968B; }
p { color: rgb(203,150,139); }
H1.HeaderClassName
{
color: #CB968B;
}
.AnyTagClassName
{
color: #CB968B;
}
</style>
background-color css
<style>
a { background-color: #CB968B; }
a { background-color: rgb(203,150,139); }
div.DivClassName
{
background-color: #CB968B;
}
.BgClassName
{
background-color: #CB968B;
}
</style>
border-color css
<style>
span { border-color: #CB968B; }
span { border-color: rgb(203,150,139); }
td.TdClassName
{
border-color: #CB968B;
}
.TagClassName
{
border-color: #CB968B;
}
</style>