Shades of Cashmere #C8AB96
Tints of Cashmere #C8AB96
RGB
CMYK
RGB Variations
Color information
#C8AB96 (or 0xC8AB96) is known color: Cashmere. HEX triplet: C8, AB and 96. RGB value is (200,171,150). Sum of RGB (Red+Green+Blue) = 200+171+150=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB96 is #375469. Grayscale: #B1B1B1. Windows color (decimal): -3626090 or 9874376. OLE color: 9874376.
HSL color Cylindrical-coordinate representation of color #C8AB96: hue angle of 25.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AB96 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 150 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.22 |
| HSL | 25.2º | 0.31% | 0.69% | - |
| HSV(B) | 25.2º | 0.25% | 0.78% | - |
| XYZ | 43.89 | 43.61 | 34.96 | - |
| YUV | 177.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 150 | 0 | 0.14 | 0.25 | 0.22 | 25.2 | 0.31 | 0.69 |
| Hex | C8 | AB | 96 | 0 | E | 19 | 16 | 19 | 1F | 45 |
| Octal | 310 | 253 | 226 | 0 | 16 | 31 | 26 | 31 | 37 | 105 |
| Binary | 11001000 | 10101011 | 10010110 | 0 | 1110 | 11001 | 10110 | 11001 | 11111 | 1000101 |
Color Harmonies of #C8AB96
Complementary color
Monochromatic Colors of #C8AB96
Black with #C8AB96
Text Example
Text Example
White with #C8AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB96; }
p { color: rgb(200,171,150); }
H1.HeaderClassName
{
color: #C8AB96;
}
.AnyTagClassName
{
color: #C8AB96;
}
</style>
background-color css
<style>
a { background-color: #C8AB96; }
a { background-color: rgb(200,171,150); }
div.DivClassName
{
background-color: #C8AB96;
}
.BgClassName
{
background-color: #C8AB96;
}
</style>
border-color css
<style>
span { border-color: #C8AB96; }
span { border-color: rgb(200,171,150); }
td.TdClassName
{
border-color: #C8AB96;
}
.TagClassName
{
border-color: #C8AB96;
}
</style>