Shades of Cashmere #D7AF9C
Tints of Cashmere #D7AF9C
RGB
CMYK
RGB Variations
Color information
#D7AF9C (or 0xD7AF9C) is known color: Cashmere. HEX triplet: D7, AF and 9C. RGB value is (215,175,156). Sum of RGB (Red+Green+Blue) = 215+175+156=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF9C is #285063. Grayscale: #B8B8B8. Windows color (decimal): -2642020 or 10268631. OLE color: 10268631.
HSL color Cylindrical-coordinate representation of color #D7AF9C: hue angle of 19.32º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7AF9C is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 156 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.16 |
| HSL | 19.32º | 0.42% | 0.73% | - |
| HSV(B) | 19.32º | 0.27% | 0.84% | - |
| XYZ | 49.36 | 47.51 | 38.02 | - |
| YUV | 184.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 156 | 0 | 0.19 | 0.27 | 0.16 | 19.32 | 0.42 | 0.73 |
| Hex | D7 | AF | 9C | 0 | 13 | 1B | 10 | 13 | 2A | 49 |
| Octal | 327 | 257 | 234 | 0 | 23 | 33 | 20 | 23 | 52 | 111 |
| Binary | 11010111 | 10101111 | 10011100 | 0 | 10011 | 11011 | 10000 | 10011 | 101010 | 1001001 |
Color Harmonies of #D7AF9C
Complementary color
Monochromatic Colors of #D7AF9C
Black with #D7AF9C
Text Example
Text Example
White with #D7AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF9C; }
p { color: rgb(215,175,156); }
H1.HeaderClassName
{
color: #D7AF9C;
}
.AnyTagClassName
{
color: #D7AF9C;
}
</style>
background-color css
<style>
a { background-color: #D7AF9C; }
a { background-color: rgb(215,175,156); }
div.DivClassName
{
background-color: #D7AF9C;
}
.BgClassName
{
background-color: #D7AF9C;
}
</style>
border-color css
<style>
span { border-color: #D7AF9C; }
span { border-color: rgb(215,175,156); }
td.TdClassName
{
border-color: #D7AF9C;
}
.TagClassName
{
border-color: #D7AF9C;
}
</style>