Shades of Quicksand #CB968E
Tints of Quicksand #CB968E
RGB
CMYK
RGB Variations
Color information
#CB968E (or 0xCB968E) is known color: Quicksand. HEX triplet: CB, 96 and 8E. RGB value is (203,150,142). Sum of RGB (Red+Green+Blue) = 203+150+142=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB968E is #346971. Grayscale: #A5A5A5. Windows color (decimal): -3434866 or 9344715. OLE color: 9344715.
HSL color Cylindrical-coordinate representation of color #CB968E: hue angle of 7.87º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB968E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 142 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.20 |
| HSL | 7.87º | 0.37% | 0.68% | - |
| HSV(B) | 7.87º | 0.3% | 0.8% | - |
| XYZ | 40.42 | 36.46 | 30.5 | - |
| YUV | 164.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 142 | 0 | 0.26 | 0.30 | 0.20 | 7.87 | 0.37 | 0.68 |
| Hex | CB | 96 | 8E | 0 | 1A | 1E | 14 | 8 | 25 | 44 |
| Octal | 313 | 226 | 216 | 0 | 32 | 36 | 24 | 10 | 45 | 104 |
| Binary | 11001011 | 10010110 | 10001110 | 0 | 11010 | 11110 | 10100 | 1000 | 100101 | 1000100 |
Color Harmonies of #CB968E
Complementary color
Monochromatic Colors of #CB968E
Black with #CB968E
Text Example
Text Example
White with #CB968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB968E; }
p { color: rgb(203,150,142); }
H1.HeaderClassName
{
color: #CB968E;
}
.AnyTagClassName
{
color: #CB968E;
}
</style>
background-color css
<style>
a { background-color: #CB968E; }
a { background-color: rgb(203,150,142); }
div.DivClassName
{
background-color: #CB968E;
}
.BgClassName
{
background-color: #CB968E;
}
</style>
border-color css
<style>
span { border-color: #CB968E; }
span { border-color: rgb(203,150,142); }
td.TdClassName
{
border-color: #CB968E;
}
.TagClassName
{
border-color: #CB968E;
}
</style>