Shades of Cashmere #C8AA93
Tints of Cashmere #C8AA93
RGB
CMYK
RGB Variations
Color information
#C8AA93 (or 0xC8AA93) is known color: Cashmere. HEX triplet: C8, AA and 93. RGB value is (200,170,147). Sum of RGB (Red+Green+Blue) = 200+170+147=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA93 is #37556C. Grayscale: #B0B0B0. Windows color (decimal): -3626349 or 9677512. OLE color: 9677512.
HSL color Cylindrical-coordinate representation of color #C8AA93: hue angle of 26.04º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8AA93 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 147 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.22 |
| HSL | 26.04º | 0.33% | 0.68% | - |
| HSV(B) | 26.04º | 0.27% | 0.78% | - |
| XYZ | 43.46 | 43.14 | 33.64 | - |
| YUV | 176.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 147 | 0 | 0.15 | 0.26 | 0.22 | 26.04 | 0.33 | 0.68 |
| Hex | C8 | AA | 93 | 0 | F | 1A | 16 | 1A | 21 | 44 |
| Octal | 310 | 252 | 223 | 0 | 17 | 32 | 26 | 32 | 41 | 104 |
| Binary | 11001000 | 10101010 | 10010011 | 0 | 1111 | 11010 | 10110 | 11010 | 100001 | 1000100 |
Color Harmonies of #C8AA93
Complementary color
Monochromatic Colors of #C8AA93
Black with #C8AA93
Text Example
Text Example
White with #C8AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA93; }
p { color: rgb(200,170,147); }
H1.HeaderClassName
{
color: #C8AA93;
}
.AnyTagClassName
{
color: #C8AA93;
}
</style>
background-color css
<style>
a { background-color: #C8AA93; }
a { background-color: rgb(200,170,147); }
div.DivClassName
{
background-color: #C8AA93;
}
.BgClassName
{
background-color: #C8AA93;
}
</style>
border-color css
<style>
span { border-color: #C8AA93; }
span { border-color: rgb(200,170,147); }
td.TdClassName
{
border-color: #C8AA93;
}
.TagClassName
{
border-color: #C8AA93;
}
</style>