Shades of Cashmere #CDB39E
Tints of Cashmere #CDB39E
RGB
CMYK
RGB Variations
Color information
#CDB39E (or 0xCDB39E) is known color: Cashmere. HEX triplet: CD, B3 and 9E. RGB value is (205,179,158). Sum of RGB (Red+Green+Blue) = 205+179+158=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39E is #324C61. Grayscale: #B8B8B8. Windows color (decimal): -3296354 or 10400717. OLE color: 10400717.
HSL color Cylindrical-coordinate representation of color #CDB39E: hue angle of 26.81º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB39E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 158 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.20 |
| HSL | 26.81º | 0.32% | 0.71% | - |
| HSV(B) | 26.81º | 0.23% | 0.8% | - |
| XYZ | 47.47 | 47.69 | 39.05 | - |
| YUV | 184.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 158 | 0 | 0.13 | 0.23 | 0.20 | 26.81 | 0.32 | 0.71 |
| Hex | CD | B3 | 9E | 0 | D | 17 | 14 | 1B | 20 | 47 |
| Octal | 315 | 263 | 236 | 0 | 15 | 27 | 24 | 33 | 40 | 107 |
| Binary | 11001101 | 10110011 | 10011110 | 0 | 1101 | 10111 | 10100 | 11011 | 100000 | 1000111 |
Color Harmonies of #CDB39E
Complementary color
Monochromatic Colors of #CDB39E
Black with #CDB39E
Text Example
Text Example
White with #CDB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB39E; }
p { color: rgb(205,179,158); }
H1.HeaderClassName
{
color: #CDB39E;
}
.AnyTagClassName
{
color: #CDB39E;
}
</style>
background-color css
<style>
a { background-color: #CDB39E; }
a { background-color: rgb(205,179,158); }
div.DivClassName
{
background-color: #CDB39E;
}
.BgClassName
{
background-color: #CDB39E;
}
</style>
border-color css
<style>
span { border-color: #CDB39E; }
span { border-color: rgb(205,179,158); }
td.TdClassName
{
border-color: #CDB39E;
}
.TagClassName
{
border-color: #CDB39E;
}
</style>