Shades of Quicksand #CB958B
Tints of Quicksand #CB958B
RGB
CMYK
RGB Variations
Color information
#CB958B (or 0xCB958B) is known color: Quicksand. HEX triplet: CB, 95 and 8B. RGB value is (203,149,139). Sum of RGB (Red+Green+Blue) = 203+149+139=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB958B is #346A74. Grayscale: #A4A4A4. Windows color (decimal): -3435125 or 9147851. OLE color: 9147851.
HSL color Cylindrical-coordinate representation of color #CB958B: hue angle of 9.38º 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 #CB958B is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 139 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.20 |
| HSL | 9.38º | 0.38% | 0.67% | - |
| HSV(B) | 9.38º | 0.32% | 0.8% | - |
| XYZ | 40.04 | 36.06 | 29.28 | - |
| YUV | 164.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 139 | 0 | 0.27 | 0.32 | 0.20 | 9.38 | 0.38 | 0.67 |
| Hex | CB | 95 | 8B | 0 | 1B | 20 | 14 | 9 | 26 | 43 |
| Octal | 313 | 225 | 213 | 0 | 33 | 40 | 24 | 11 | 46 | 103 |
| Binary | 11001011 | 10010101 | 10001011 | 0 | 11011 | 100000 | 10100 | 1001 | 100110 | 1000011 |
Color Harmonies of #CB958B
Complementary color
Monochromatic Colors of #CB958B
Black with #CB958B
Text Example
Text Example
White with #CB958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB958B; }
p { color: rgb(203,149,139); }
H1.HeaderClassName
{
color: #CB958B;
}
.AnyTagClassName
{
color: #CB958B;
}
</style>
background-color css
<style>
a { background-color: #CB958B; }
a { background-color: rgb(203,149,139); }
div.DivClassName
{
background-color: #CB958B;
}
.BgClassName
{
background-color: #CB958B;
}
</style>
border-color css
<style>
span { border-color: #CB958B; }
span { border-color: rgb(203,149,139); }
td.TdClassName
{
border-color: #CB958B;
}
.TagClassName
{
border-color: #CB958B;
}
</style>