Shades of Cashmere #CDA993
Tints of Cashmere #CDA993
RGB
CMYK
RGB Variations
Color information
#CDA993 (or 0xCDA993) is known color: Cashmere. HEX triplet: CD, A9 and 93. RGB value is (205,169,147). Sum of RGB (Red+Green+Blue) = 205+169+147=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA993 is #32566C. Grayscale: #B1B1B1. Windows color (decimal): -3298925 or 9677261. OLE color: 9677261.
HSL color Cylindrical-coordinate representation of color #CDA993: hue angle of 22.76º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA993 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 147 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.20 |
| HSL | 22.76º | 0.37% | 0.69% | - |
| HSV(B) | 22.76º | 0.28% | 0.8% | - |
| XYZ | 44.63 | 43.46 | 33.64 | - |
| YUV | 177.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 147 | 0 | 0.18 | 0.28 | 0.20 | 22.76 | 0.37 | 0.69 |
| Hex | CD | A9 | 93 | 0 | 12 | 1C | 14 | 17 | 25 | 45 |
| Octal | 315 | 251 | 223 | 0 | 22 | 34 | 24 | 27 | 45 | 105 |
| Binary | 11001101 | 10101001 | 10010011 | 0 | 10010 | 11100 | 10100 | 10111 | 100101 | 1000101 |
Color Harmonies of #CDA993
Complementary color
Monochromatic Colors of #CDA993
Black with #CDA993
Text Example
Text Example
White with #CDA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA993; }
p { color: rgb(205,169,147); }
H1.HeaderClassName
{
color: #CDA993;
}
.AnyTagClassName
{
color: #CDA993;
}
</style>
background-color css
<style>
a { background-color: #CDA993; }
a { background-color: rgb(205,169,147); }
div.DivClassName
{
background-color: #CDA993;
}
.BgClassName
{
background-color: #CDA993;
}
</style>
border-color css
<style>
span { border-color: #CDA993; }
span { border-color: rgb(205,169,147); }
td.TdClassName
{
border-color: #CDA993;
}
.TagClassName
{
border-color: #CDA993;
}
</style>