Shades of Cashmere #CDA996
Tints of Cashmere #CDA996
RGB
CMYK
RGB Variations
Color information
#CDA996 (or 0xCDA996) is known color: Cashmere. HEX triplet: CD, A9 and 96. RGB value is (205,169,150). Sum of RGB (Red+Green+Blue) = 205+169+150=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA996 is #325669. Grayscale: #B1B1B1. Windows color (decimal): -3298922 or 9873869. OLE color: 9873869.
HSL color Cylindrical-coordinate representation of color #CDA996: hue angle of 20.73º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA996 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 150 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.20 |
| HSL | 20.73º | 0.35% | 0.7% | - |
| HSV(B) | 20.73º | 0.27% | 0.8% | - |
| XYZ | 44.87 | 43.56 | 34.9 | - |
| YUV | 177.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 150 | 0 | 0.18 | 0.27 | 0.20 | 20.73 | 0.35 | 0.7 |
| Hex | CD | A9 | 96 | 0 | 12 | 1B | 14 | 15 | 23 | 46 |
| Octal | 315 | 251 | 226 | 0 | 22 | 33 | 24 | 25 | 43 | 106 |
| Binary | 11001101 | 10101001 | 10010110 | 0 | 10010 | 11011 | 10100 | 10101 | 100011 | 1000110 |
Color Harmonies of #CDA996
Complementary color
Monochromatic Colors of #CDA996
Black with #CDA996
Text Example
Text Example
White with #CDA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA996; }
p { color: rgb(205,169,150); }
H1.HeaderClassName
{
color: #CDA996;
}
.AnyTagClassName
{
color: #CDA996;
}
</style>
background-color css
<style>
a { background-color: #CDA996; }
a { background-color: rgb(205,169,150); }
div.DivClassName
{
background-color: #CDA996;
}
.BgClassName
{
background-color: #CDA996;
}
</style>
border-color css
<style>
span { border-color: #CDA996; }
span { border-color: rgb(205,169,150); }
td.TdClassName
{
border-color: #CDA996;
}
.TagClassName
{
border-color: #CDA996;
}
</style>