Shades of Cashmere #D0B6A2
Tints of Cashmere #D0B6A2
RGB
CMYK
RGB Variations
Color information
#D0B6A2 (or 0xD0B6A2) is known color: Cashmere. HEX triplet: D0, B6 and A2. RGB value is (208,182,162). Sum of RGB (Red+Green+Blue) = 208+182+162=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B6A2 is #2F495D. Grayscale: #BBBBBB. Windows color (decimal): -3098974 or 10663632. OLE color: 10663632.
HSL color Cylindrical-coordinate representation of color #D0B6A2: hue angle of 26.09º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0B6A2 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 162 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.18 |
| HSL | 26.09º | 0.33% | 0.73% | - |
| HSV(B) | 26.09º | 0.22% | 0.82% | - |
| XYZ | 49.26 | 49.47 | 41.14 | - |
| YUV | 187.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 162 | 0 | 0.12 | 0.22 | 0.18 | 26.09 | 0.33 | 0.73 |
| Hex | D0 | B6 | A2 | 0 | C | 16 | 12 | 1A | 21 | 49 |
| Octal | 320 | 266 | 242 | 0 | 14 | 26 | 22 | 32 | 41 | 111 |
| Binary | 11010000 | 10110110 | 10100010 | 0 | 1100 | 10110 | 10010 | 11010 | 100001 | 1001001 |
Color Harmonies of #D0B6A2
Complementary color
Monochromatic Colors of #D0B6A2
Black with #D0B6A2
Text Example
Text Example
White with #D0B6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B6A2; }
p { color: rgb(208,182,162); }
H1.HeaderClassName
{
color: #D0B6A2;
}
.AnyTagClassName
{
color: #D0B6A2;
}
</style>
background-color css
<style>
a { background-color: #D0B6A2; }
a { background-color: rgb(208,182,162); }
div.DivClassName
{
background-color: #D0B6A2;
}
.BgClassName
{
background-color: #D0B6A2;
}
</style>
border-color css
<style>
span { border-color: #D0B6A2; }
span { border-color: rgb(208,182,162); }
td.TdClassName
{
border-color: #D0B6A2;
}
.TagClassName
{
border-color: #D0B6A2;
}
</style>