Shades of Cashmere #C8A995
Tints of Cashmere #C8A995
RGB
CMYK
RGB Variations
Color information
#C8A995 (or 0xC8A995) is known color: Cashmere. HEX triplet: C8, A9 and 95. RGB value is (200,169,149). Sum of RGB (Red+Green+Blue) = 200+169+149=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A995 is #37566A. Grayscale: #B0B0B0. Windows color (decimal): -3626603 or 9808328. OLE color: 9808328.
HSL color Cylindrical-coordinate representation of color #C8A995: hue angle of 23.53º 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 #C8A995 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 149 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.22 |
| HSL | 23.53º | 0.32% | 0.68% | - |
| HSV(B) | 23.53º | 0.26% | 0.78% | - |
| XYZ | 43.43 | 42.83 | 34.41 | - |
| YUV | 175.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 149 | 0 | 0.16 | 0.26 | 0.22 | 23.53 | 0.32 | 0.68 |
| Hex | C8 | A9 | 95 | 0 | 10 | 1A | 16 | 18 | 20 | 44 |
| Octal | 310 | 251 | 225 | 0 | 20 | 32 | 26 | 30 | 40 | 104 |
| Binary | 11001000 | 10101001 | 10010101 | 0 | 10000 | 11010 | 10110 | 11000 | 100000 | 1000100 |
Color Harmonies of #C8A995
Complementary color
Monochromatic Colors of #C8A995
Black with #C8A995
Text Example
Text Example
White with #C8A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A995; }
p { color: rgb(200,169,149); }
H1.HeaderClassName
{
color: #C8A995;
}
.AnyTagClassName
{
color: #C8A995;
}
</style>
background-color css
<style>
a { background-color: #C8A995; }
a { background-color: rgb(200,169,149); }
div.DivClassName
{
background-color: #C8A995;
}
.BgClassName
{
background-color: #C8A995;
}
</style>
border-color css
<style>
span { border-color: #C8A995; }
span { border-color: rgb(200,169,149); }
td.TdClassName
{
border-color: #C8A995;
}
.TagClassName
{
border-color: #C8A995;
}
</style>