Shades of Cashmere #D7AF9A
Tints of Cashmere #D7AF9A
RGB
CMYK
RGB Variations
Color information
#D7AF9A (or 0xD7AF9A) is known color: Cashmere. HEX triplet: D7, AF and 9A. RGB value is (215,175,154). Sum of RGB (Red+Green+Blue) = 215+175+154=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF9A is #285065. Grayscale: #B8B8B8. Windows color (decimal): -2642022 or 10137559. OLE color: 10137559.
HSL color Cylindrical-coordinate representation of color #D7AF9A: hue angle of 20.66º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7AF9A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 154 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.16 |
| HSL | 20.66º | 0.43% | 0.72% | - |
| HSV(B) | 20.66º | 0.28% | 0.84% | - |
| XYZ | 49.19 | 47.44 | 37.14 | - |
| YUV | 184.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 154 | 0 | 0.19 | 0.28 | 0.16 | 20.66 | 0.43 | 0.72 |
| Hex | D7 | AF | 9A | 0 | 13 | 1C | 10 | 15 | 2B | 48 |
| Octal | 327 | 257 | 232 | 0 | 23 | 34 | 20 | 25 | 53 | 110 |
| Binary | 11010111 | 10101111 | 10011010 | 0 | 10011 | 11100 | 10000 | 10101 | 101011 | 1001000 |
Color Harmonies of #D7AF9A
Complementary color
Monochromatic Colors of #D7AF9A
Black with #D7AF9A
Text Example
Text Example
White with #D7AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF9A; }
p { color: rgb(215,175,154); }
H1.HeaderClassName
{
color: #D7AF9A;
}
.AnyTagClassName
{
color: #D7AF9A;
}
</style>
background-color css
<style>
a { background-color: #D7AF9A; }
a { background-color: rgb(215,175,154); }
div.DivClassName
{
background-color: #D7AF9A;
}
.BgClassName
{
background-color: #D7AF9A;
}
</style>
border-color css
<style>
span { border-color: #D7AF9A; }
span { border-color: rgb(215,175,154); }
td.TdClassName
{
border-color: #D7AF9A;
}
.TagClassName
{
border-color: #D7AF9A;
}
</style>