Shades of Cashmere #C6AB93
Tints of Cashmere #C6AB93
RGB
CMYK
RGB Variations
Color information
#C6AB93 (or 0xC6AB93) is known color: Cashmere. HEX triplet: C6, AB and 93. RGB value is (198,171,147). Sum of RGB (Red+Green+Blue) = 198+171+147=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB93 is #39546C. Grayscale: #B0B0B0. Windows color (decimal): -3757165 or 9677766. OLE color: 9677766.
HSL color Cylindrical-coordinate representation of color #C6AB93: hue angle of 28.24º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6AB93 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 147 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.22 |
| HSL | 28.24º | 0.31% | 0.68% | - |
| HSV(B) | 28.24º | 0.26% | 0.78% | - |
| XYZ | 43.12 | 43.24 | 33.68 | - |
| YUV | 176.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 147 | 0 | 0.14 | 0.26 | 0.22 | 28.24 | 0.31 | 0.68 |
| Hex | C6 | AB | 93 | 0 | E | 1A | 16 | 1C | 1F | 44 |
| Octal | 306 | 253 | 223 | 0 | 16 | 32 | 26 | 34 | 37 | 104 |
| Binary | 11000110 | 10101011 | 10010011 | 0 | 1110 | 11010 | 10110 | 11100 | 11111 | 1000100 |
Color Harmonies of #C6AB93
Complementary color
Monochromatic Colors of #C6AB93
Black with #C6AB93
Text Example
Text Example
White with #C6AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB93; }
p { color: rgb(198,171,147); }
H1.HeaderClassName
{
color: #C6AB93;
}
.AnyTagClassName
{
color: #C6AB93;
}
</style>
background-color css
<style>
a { background-color: #C6AB93; }
a { background-color: rgb(198,171,147); }
div.DivClassName
{
background-color: #C6AB93;
}
.BgClassName
{
background-color: #C6AB93;
}
</style>
border-color css
<style>
span { border-color: #C6AB93; }
span { border-color: rgb(198,171,147); }
td.TdClassName
{
border-color: #C6AB93;
}
.TagClassName
{
border-color: #C6AB93;
}
</style>