Shades of Cashmere #CDB3A2
Tints of Cashmere #CDB3A2
RGB
CMYK
RGB Variations
Color information
#CDB3A2 (or 0xCDB3A2) is known color: Cashmere. HEX triplet: CD, B3 and A2. RGB value is (205,179,162). Sum of RGB (Red+Green+Blue) = 205+179+162=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3A2 is #324C5D. Grayscale: #B8B8B8. Windows color (decimal): -3296350 or 10662861. OLE color: 10662861.
HSL color Cylindrical-coordinate representation of color #CDB3A2: hue angle of 23.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB3A2 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 162 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.20 |
| HSL | 23.72º | 0.3% | 0.72% | - |
| HSV(B) | 23.72º | 0.21% | 0.8% | - |
| XYZ | 47.82 | 47.83 | 40.89 | - |
| YUV | 184.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 162 | 0 | 0.13 | 0.21 | 0.20 | 23.72 | 0.3 | 0.72 |
| Hex | CD | B3 | A2 | 0 | D | 15 | 14 | 18 | 1E | 48 |
| Octal | 315 | 263 | 242 | 0 | 15 | 25 | 24 | 30 | 36 | 110 |
| Binary | 11001101 | 10110011 | 10100010 | 0 | 1101 | 10101 | 10100 | 11000 | 11110 | 1001000 |
Color Harmonies of #CDB3A2
Complementary color
Monochromatic Colors of #CDB3A2
Black with #CDB3A2
Text Example
Text Example
White with #CDB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3A2; }
p { color: rgb(205,179,162); }
H1.HeaderClassName
{
color: #CDB3A2;
}
.AnyTagClassName
{
color: #CDB3A2;
}
</style>
background-color css
<style>
a { background-color: #CDB3A2; }
a { background-color: rgb(205,179,162); }
div.DivClassName
{
background-color: #CDB3A2;
}
.BgClassName
{
background-color: #CDB3A2;
}
</style>
border-color css
<style>
span { border-color: #CDB3A2; }
span { border-color: rgb(205,179,162); }
td.TdClassName
{
border-color: #CDB3A2;
}
.TagClassName
{
border-color: #CDB3A2;
}
</style>