Shades of Cashmere #CDB49D
Tints of Cashmere #CDB49D
RGB
CMYK
RGB Variations
Color information
#CDB49D (or 0xCDB49D) is known color: Cashmere. HEX triplet: CD, B4 and 9D. RGB value is (205,180,157). Sum of RGB (Red+Green+Blue) = 205+180+157=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49D is #324B62. Grayscale: #B8B8B8. Windows color (decimal): -3296099 or 10335437. OLE color: 10335437.
HSL color Cylindrical-coordinate representation of color #CDB49D: hue angle of 28.75º 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 #CDB49D is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 157 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.20 |
| HSL | 28.75º | 0.32% | 0.71% | - |
| HSV(B) | 28.75º | 0.23% | 0.8% | - |
| XYZ | 47.58 | 48.06 | 38.67 | - |
| YUV | 184.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 157 | 0 | 0.12 | 0.23 | 0.20 | 28.75 | 0.32 | 0.71 |
| Hex | CD | B4 | 9D | 0 | C | 17 | 14 | 1D | 20 | 47 |
| Octal | 315 | 264 | 235 | 0 | 14 | 27 | 24 | 35 | 40 | 107 |
| Binary | 11001101 | 10110100 | 10011101 | 0 | 1100 | 10111 | 10100 | 11101 | 100000 | 1000111 |
Color Harmonies of #CDB49D
Complementary color
Monochromatic Colors of #CDB49D
Black with #CDB49D
Text Example
Text Example
White with #CDB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB49D; }
p { color: rgb(205,180,157); }
H1.HeaderClassName
{
color: #CDB49D;
}
.AnyTagClassName
{
color: #CDB49D;
}
</style>
background-color css
<style>
a { background-color: #CDB49D; }
a { background-color: rgb(205,180,157); }
div.DivClassName
{
background-color: #CDB49D;
}
.BgClassName
{
background-color: #CDB49D;
}
</style>
border-color css
<style>
span { border-color: #CDB49D; }
span { border-color: rgb(205,180,157); }
td.TdClassName
{
border-color: #CDB49D;
}
.TagClassName
{
border-color: #CDB49D;
}
</style>