Shades of Cashmere #CBAB91
Tints of Cashmere #CBAB91
RGB
CMYK
RGB Variations
Color information
#CBAB91 (or 0xCBAB91) is known color: Cashmere. HEX triplet: CB, AB and 91. RGB value is (203,171,145). Sum of RGB (Red+Green+Blue) = 203+171+145=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB91 is #34546E. Grayscale: #B1B1B1. Windows color (decimal): -3429487 or 9546699. OLE color: 9546699.
HSL color Cylindrical-coordinate representation of color #CBAB91: hue angle of 26.9º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAB91 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 145 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.20 |
| HSL | 26.9º | 0.36% | 0.68% | - |
| HSV(B) | 26.9º | 0.29% | 0.8% | - |
| XYZ | 44.3 | 43.87 | 32.92 | - |
| YUV | 177.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 145 | 0 | 0.16 | 0.29 | 0.20 | 26.9 | 0.36 | 0.68 |
| Hex | CB | AB | 91 | 0 | 10 | 1D | 14 | 1B | 24 | 44 |
| Octal | 313 | 253 | 221 | 0 | 20 | 35 | 24 | 33 | 44 | 104 |
| Binary | 11001011 | 10101011 | 10010001 | 0 | 10000 | 11101 | 10100 | 11011 | 100100 | 1000100 |
Color Harmonies of #CBAB91
Complementary color
Monochromatic Colors of #CBAB91
Black with #CBAB91
Text Example
Text Example
White with #CBAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB91; }
p { color: rgb(203,171,145); }
H1.HeaderClassName
{
color: #CBAB91;
}
.AnyTagClassName
{
color: #CBAB91;
}
</style>
background-color css
<style>
a { background-color: #CBAB91; }
a { background-color: rgb(203,171,145); }
div.DivClassName
{
background-color: #CBAB91;
}
.BgClassName
{
background-color: #CBAB91;
}
</style>
border-color css
<style>
span { border-color: #CBAB91; }
span { border-color: rgb(203,171,145); }
td.TdClassName
{
border-color: #CBAB91;
}
.TagClassName
{
border-color: #CBAB91;
}
</style>