Shades of Cashmere #C8AC95
Tints of Cashmere #C8AC95
RGB
CMYK
RGB Variations
Color information
#C8AC95 (or 0xC8AC95) is known color: Cashmere. HEX triplet: C8, AC and 95. RGB value is (200,172,149). Sum of RGB (Red+Green+Blue) = 200+172+149=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC95 is #37536A. Grayscale: #B1B1B1. Windows color (decimal): -3625835 or 9809096. OLE color: 9809096.
HSL color Cylindrical-coordinate representation of color #C8AC95: hue angle of 27.06º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AC95 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 149 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.22 |
| HSL | 27.06º | 0.32% | 0.68% | - |
| HSV(B) | 27.06º | 0.26% | 0.78% | - |
| XYZ | 44 | 43.95 | 34.6 | - |
| YUV | 177.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 149 | 0 | 0.14 | 0.26 | 0.22 | 27.06 | 0.32 | 0.68 |
| Hex | C8 | AC | 95 | 0 | E | 1A | 16 | 1B | 20 | 44 |
| Octal | 310 | 254 | 225 | 0 | 16 | 32 | 26 | 33 | 40 | 104 |
| Binary | 11001000 | 10101100 | 10010101 | 0 | 1110 | 11010 | 10110 | 11011 | 100000 | 1000100 |
Color Harmonies of #C8AC95
Complementary color
Monochromatic Colors of #C8AC95
Black with #C8AC95
Text Example
Text Example
White with #C8AC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC95; }
p { color: rgb(200,172,149); }
H1.HeaderClassName
{
color: #C8AC95;
}
.AnyTagClassName
{
color: #C8AC95;
}
</style>
background-color css
<style>
a { background-color: #C8AC95; }
a { background-color: rgb(200,172,149); }
div.DivClassName
{
background-color: #C8AC95;
}
.BgClassName
{
background-color: #C8AC95;
}
</style>
border-color css
<style>
span { border-color: #C8AC95; }
span { border-color: rgb(200,172,149); }
td.TdClassName
{
border-color: #C8AC95;
}
.TagClassName
{
border-color: #C8AC95;
}
</style>