Shades of Cashmere #C6AB96
Tints of Cashmere #C6AB96
RGB
CMYK
RGB Variations
Color information
#C6AB96 (or 0xC6AB96) is known color: Cashmere. HEX triplet: C6, AB and 96. RGB value is (198,171,150). Sum of RGB (Red+Green+Blue) = 198+171+150=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB96 is #395469. Grayscale: #B0B0B0. Windows color (decimal): -3757162 or 9874374. OLE color: 9874374.
HSL color Cylindrical-coordinate representation of color #C6AB96: hue angle of 26.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6AB96 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 150 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.22 |
| HSL | 26.25º | 0.3% | 0.68% | - |
| HSV(B) | 26.25º | 0.24% | 0.78% | - |
| XYZ | 43.36 | 43.33 | 34.93 | - |
| YUV | 176.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 150 | 0 | 0.14 | 0.24 | 0.22 | 26.25 | 0.3 | 0.68 |
| Hex | C6 | AB | 96 | 0 | E | 18 | 16 | 1A | 1E | 44 |
| Octal | 306 | 253 | 226 | 0 | 16 | 30 | 26 | 32 | 36 | 104 |
| Binary | 11000110 | 10101011 | 10010110 | 0 | 1110 | 11000 | 10110 | 11010 | 11110 | 1000100 |
Color Harmonies of #C6AB96
Complementary color
Monochromatic Colors of #C6AB96
Black with #C6AB96
Text Example
Text Example
White with #C6AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB96; }
p { color: rgb(198,171,150); }
H1.HeaderClassName
{
color: #C6AB96;
}
.AnyTagClassName
{
color: #C6AB96;
}
</style>
background-color css
<style>
a { background-color: #C6AB96; }
a { background-color: rgb(198,171,150); }
div.DivClassName
{
background-color: #C6AB96;
}
.BgClassName
{
background-color: #C6AB96;
}
</style>
border-color css
<style>
span { border-color: #C6AB96; }
span { border-color: rgb(198,171,150); }
td.TdClassName
{
border-color: #C6AB96;
}
.TagClassName
{
border-color: #C6AB96;
}
</style>