Shades of Cashmere #C8AA95
Tints of Cashmere #C8AA95
RGB
CMYK
RGB Variations
Color information
#C8AA95 (or 0xC8AA95) is known color: Cashmere. HEX triplet: C8, AA and 95. RGB value is (200,170,149). Sum of RGB (Red+Green+Blue) = 200+170+149=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA95 is #37556A. Grayscale: #B0B0B0. Windows color (decimal): -3626347 or 9808584. OLE color: 9808584.
HSL color Cylindrical-coordinate representation of color #C8AA95: hue angle of 24.71º 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 #C8AA95 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 149 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.22 |
| HSL | 24.71º | 0.32% | 0.68% | - |
| HSV(B) | 24.71º | 0.26% | 0.78% | - |
| XYZ | 43.62 | 43.2 | 34.47 | - |
| YUV | 176.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 149 | 0 | 0.15 | 0.26 | 0.22 | 24.71 | 0.32 | 0.68 |
| Hex | C8 | AA | 95 | 0 | F | 1A | 16 | 19 | 20 | 44 |
| Octal | 310 | 252 | 225 | 0 | 17 | 32 | 26 | 31 | 40 | 104 |
| Binary | 11001000 | 10101010 | 10010101 | 0 | 1111 | 11010 | 10110 | 11001 | 100000 | 1000100 |
Color Harmonies of #C8AA95
Complementary color
Monochromatic Colors of #C8AA95
Black with #C8AA95
Text Example
Text Example
White with #C8AA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA95; }
p { color: rgb(200,170,149); }
H1.HeaderClassName
{
color: #C8AA95;
}
.AnyTagClassName
{
color: #C8AA95;
}
</style>
background-color css
<style>
a { background-color: #C8AA95; }
a { background-color: rgb(200,170,149); }
div.DivClassName
{
background-color: #C8AA95;
}
.BgClassName
{
background-color: #C8AA95;
}
</style>
border-color css
<style>
span { border-color: #C8AA95; }
span { border-color: rgb(200,170,149); }
td.TdClassName
{
border-color: #C8AA95;
}
.TagClassName
{
border-color: #C8AA95;
}
</style>