Shades of Cashmere #CDB39D
Tints of Cashmere #CDB39D
RGB
CMYK
RGB Variations
Color information
#CDB39D (or 0xCDB39D) is known color: Cashmere. HEX triplet: CD, B3 and 9D. RGB value is (205,179,157). Sum of RGB (Red+Green+Blue) = 205+179+157=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39D is #324C62. Grayscale: #B8B8B8. Windows color (decimal): -3296355 or 10335181. OLE color: 10335181.
HSL color Cylindrical-coordinate representation of color #CDB39D: hue angle of 27.5º 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 #CDB39D is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 157 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.20 |
| HSL | 27.5º | 0.32% | 0.71% | - |
| HSV(B) | 27.5º | 0.23% | 0.8% | - |
| XYZ | 47.38 | 47.65 | 38.6 | - |
| YUV | 184.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 157 | 0 | 0.13 | 0.23 | 0.20 | 27.5 | 0.32 | 0.71 |
| Hex | CD | B3 | 9D | 0 | D | 17 | 14 | 1C | 20 | 47 |
| Octal | 315 | 263 | 235 | 0 | 15 | 27 | 24 | 34 | 40 | 107 |
| Binary | 11001101 | 10110011 | 10011101 | 0 | 1101 | 10111 | 10100 | 11100 | 100000 | 1000111 |
Color Harmonies of #CDB39D
Complementary color
Monochromatic Colors of #CDB39D
Black with #CDB39D
Text Example
Text Example
White with #CDB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB39D; }
p { color: rgb(205,179,157); }
H1.HeaderClassName
{
color: #CDB39D;
}
.AnyTagClassName
{
color: #CDB39D;
}
</style>
background-color css
<style>
a { background-color: #CDB39D; }
a { background-color: rgb(205,179,157); }
div.DivClassName
{
background-color: #CDB39D;
}
.BgClassName
{
background-color: #CDB39D;
}
</style>
border-color css
<style>
span { border-color: #CDB39D; }
span { border-color: rgb(205,179,157); }
td.TdClassName
{
border-color: #CDB39D;
}
.TagClassName
{
border-color: #CDB39D;
}
</style>