Shades of Cashmere #CBAB92
Tints of Cashmere #CBAB92
RGB
CMYK
RGB Variations
Color information
#CBAB92 (or 0xCBAB92) is known color: Cashmere. HEX triplet: CB, AB and 92. RGB value is (203,171,146). Sum of RGB (Red+Green+Blue) = 203+171+146=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB92 is #34546D. Grayscale: #B1B1B1. Windows color (decimal): -3429486 or 9612235. OLE color: 9612235.
HSL color Cylindrical-coordinate representation of color #CBAB92: hue angle of 26.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAB92 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 146 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.20 |
| HSL | 26.32º | 0.35% | 0.68% | - |
| HSV(B) | 26.32º | 0.28% | 0.8% | - |
| XYZ | 44.38 | 43.9 | 33.33 | - |
| YUV | 177.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 146 | 0 | 0.16 | 0.28 | 0.20 | 26.32 | 0.35 | 0.68 |
| Hex | CB | AB | 92 | 0 | 10 | 1C | 14 | 1A | 23 | 44 |
| Octal | 313 | 253 | 222 | 0 | 20 | 34 | 24 | 32 | 43 | 104 |
| Binary | 11001011 | 10101011 | 10010010 | 0 | 10000 | 11100 | 10100 | 11010 | 100011 | 1000100 |
Color Harmonies of #CBAB92
Complementary color
Monochromatic Colors of #CBAB92
Black with #CBAB92
Text Example
Text Example
White with #CBAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB92; }
p { color: rgb(203,171,146); }
H1.HeaderClassName
{
color: #CBAB92;
}
.AnyTagClassName
{
color: #CBAB92;
}
</style>
background-color css
<style>
a { background-color: #CBAB92; }
a { background-color: rgb(203,171,146); }
div.DivClassName
{
background-color: #CBAB92;
}
.BgClassName
{
background-color: #CBAB92;
}
</style>
border-color css
<style>
span { border-color: #CBAB92; }
span { border-color: rgb(203,171,146); }
td.TdClassName
{
border-color: #CBAB92;
}
.TagClassName
{
border-color: #CBAB92;
}
</style>