Shades of Cashmere #CDB3A0
Tints of Cashmere #CDB3A0
RGB
CMYK
RGB Variations
Color information
#CDB3A0 (or 0xCDB3A0) is known color: Cashmere. HEX triplet: CD, B3 and A0. RGB value is (205,179,160). Sum of RGB (Red+Green+Blue) = 205+179+160=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3A0 is #324C5F. Grayscale: #B8B8B8. Windows color (decimal): -3296352 or 10531789. OLE color: 10531789.
HSL color Cylindrical-coordinate representation of color #CDB3A0: hue angle of 25.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB3A0 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 160 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.20 |
| HSL | 25.33º | 0.31% | 0.72% | - |
| HSV(B) | 25.33º | 0.22% | 0.8% | - |
| XYZ | 47.64 | 47.76 | 39.96 | - |
| YUV | 184.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 160 | 0 | 0.13 | 0.22 | 0.20 | 25.33 | 0.31 | 0.72 |
| Hex | CD | B3 | A0 | 0 | D | 16 | 14 | 19 | 1F | 48 |
| Octal | 315 | 263 | 240 | 0 | 15 | 26 | 24 | 31 | 37 | 110 |
| Binary | 11001101 | 10110011 | 10100000 | 0 | 1101 | 10110 | 10100 | 11001 | 11111 | 1001000 |
Color Harmonies of #CDB3A0
Complementary color
Monochromatic Colors of #CDB3A0
Black with #CDB3A0
Text Example
Text Example
White with #CDB3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3A0; }
p { color: rgb(205,179,160); }
H1.HeaderClassName
{
color: #CDB3A0;
}
.AnyTagClassName
{
color: #CDB3A0;
}
</style>
background-color css
<style>
a { background-color: #CDB3A0; }
a { background-color: rgb(205,179,160); }
div.DivClassName
{
background-color: #CDB3A0;
}
.BgClassName
{
background-color: #CDB3A0;
}
</style>
border-color css
<style>
span { border-color: #CDB3A0; }
span { border-color: rgb(205,179,160); }
td.TdClassName
{
border-color: #CDB3A0;
}
.TagClassName
{
border-color: #CDB3A0;
}
</style>