Shades of Cashmere #D7AF9B
Tints of Cashmere #D7AF9B
RGB
CMYK
RGB Variations
Color information
#D7AF9B (or 0xD7AF9B) is known color: Cashmere. HEX triplet: D7, AF and 9B. RGB value is (215,175,155). Sum of RGB (Red+Green+Blue) = 215+175+155=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF9B is #285064. Grayscale: #B8B8B8. Windows color (decimal): -2642021 or 10203095. OLE color: 10203095.
HSL color Cylindrical-coordinate representation of color #D7AF9B: hue angle of 20º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7AF9B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 155 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.16 |
| HSL | 20º | 0.43% | 0.73% | - |
| HSV(B) | 20º | 0.28% | 0.84% | - |
| XYZ | 49.27 | 47.47 | 37.58 | - |
| YUV | 184.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 155 | 0 | 0.19 | 0.28 | 0.16 | 20 | 0.43 | 0.73 |
| Hex | D7 | AF | 9B | 0 | 13 | 1C | 10 | 14 | 2B | 49 |
| Octal | 327 | 257 | 233 | 0 | 23 | 34 | 20 | 24 | 53 | 111 |
| Binary | 11010111 | 10101111 | 10011011 | 0 | 10011 | 11100 | 10000 | 10100 | 101011 | 1001001 |
Color Harmonies of #D7AF9B
Complementary color
Monochromatic Colors of #D7AF9B
Black with #D7AF9B
Text Example
Text Example
White with #D7AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF9B; }
p { color: rgb(215,175,155); }
H1.HeaderClassName
{
color: #D7AF9B;
}
.AnyTagClassName
{
color: #D7AF9B;
}
</style>
background-color css
<style>
a { background-color: #D7AF9B; }
a { background-color: rgb(215,175,155); }
div.DivClassName
{
background-color: #D7AF9B;
}
.BgClassName
{
background-color: #D7AF9B;
}
</style>
border-color css
<style>
span { border-color: #D7AF9B; }
span { border-color: rgb(215,175,155); }
td.TdClassName
{
border-color: #D7AF9B;
}
.TagClassName
{
border-color: #D7AF9B;
}
</style>