Shades of Cashmere #C8AF9E
Tints of Cashmere #C8AF9E
RGB
CMYK
RGB Variations
Color information
#C8AF9E (or 0xC8AF9E) is known color: Cashmere. HEX triplet: C8, AF and 9E. RGB value is (200,175,158). Sum of RGB (Red+Green+Blue) = 200+175+158=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9E is #375061. Grayscale: #B4B4B4. Windows color (decimal): -3625058 or 10399688. OLE color: 10399688.
HSL color Cylindrical-coordinate representation of color #C8AF9E: hue angle of 24.29º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8AF9E is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 158 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.22 |
| HSL | 24.29º | 0.28% | 0.7% | - |
| HSV(B) | 24.29º | 0.21% | 0.78% | - |
| XYZ | 45.32 | 45.41 | 38.72 | - |
| YUV | 180.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 158 | 0 | 0.12 | 0.21 | 0.22 | 24.29 | 0.28 | 0.7 |
| Hex | C8 | AF | 9E | 0 | C | 15 | 16 | 18 | 1C | 46 |
| Octal | 310 | 257 | 236 | 0 | 14 | 25 | 26 | 30 | 34 | 106 |
| Binary | 11001000 | 10101111 | 10011110 | 0 | 1100 | 10101 | 10110 | 11000 | 11100 | 1000110 |
Color Harmonies of #C8AF9E
Complementary color
Monochromatic Colors of #C8AF9E
Black with #C8AF9E
Text Example
Text Example
White with #C8AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF9E; }
p { color: rgb(200,175,158); }
H1.HeaderClassName
{
color: #C8AF9E;
}
.AnyTagClassName
{
color: #C8AF9E;
}
</style>
background-color css
<style>
a { background-color: #C8AF9E; }
a { background-color: rgb(200,175,158); }
div.DivClassName
{
background-color: #C8AF9E;
}
.BgClassName
{
background-color: #C8AF9E;
}
</style>
border-color css
<style>
span { border-color: #C8AF9E; }
span { border-color: rgb(200,175,158); }
td.TdClassName
{
border-color: #C8AF9E;
}
.TagClassName
{
border-color: #C8AF9E;
}
</style>