Shades of Cashmere #CBAB93
Tints of Cashmere #CBAB93
RGB
CMYK
RGB Variations
Color information
#CBAB93 (or 0xCBAB93) is known color: Cashmere. HEX triplet: CB, AB and 93. RGB value is (203,171,147). Sum of RGB (Red+Green+Blue) = 203+171+147=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB93 is #34546C. Grayscale: #B1B1B1. Windows color (decimal): -3429485 or 9677771. OLE color: 9677771.
HSL color Cylindrical-coordinate representation of color #CBAB93: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAB93 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 147 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.20 |
| HSL | 25.71º | 0.35% | 0.69% | - |
| HSV(B) | 25.71º | 0.28% | 0.8% | - |
| XYZ | 44.46 | 43.93 | 33.74 | - |
| YUV | 177.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 147 | 0 | 0.16 | 0.28 | 0.20 | 25.71 | 0.35 | 0.69 |
| Hex | CB | AB | 93 | 0 | 10 | 1C | 14 | 1A | 23 | 45 |
| Octal | 313 | 253 | 223 | 0 | 20 | 34 | 24 | 32 | 43 | 105 |
| Binary | 11001011 | 10101011 | 10010011 | 0 | 10000 | 11100 | 10100 | 11010 | 100011 | 1000101 |
Color Harmonies of #CBAB93
Complementary color
Monochromatic Colors of #CBAB93
Black with #CBAB93
Text Example
Text Example
White with #CBAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB93; }
p { color: rgb(203,171,147); }
H1.HeaderClassName
{
color: #CBAB93;
}
.AnyTagClassName
{
color: #CBAB93;
}
</style>
background-color css
<style>
a { background-color: #CBAB93; }
a { background-color: rgb(203,171,147); }
div.DivClassName
{
background-color: #CBAB93;
}
.BgClassName
{
background-color: #CBAB93;
}
</style>
border-color css
<style>
span { border-color: #CBAB93; }
span { border-color: rgb(203,171,147); }
td.TdClassName
{
border-color: #CBAB93;
}
.TagClassName
{
border-color: #CBAB93;
}
</style>