Shades of Cashmere #CDB4A0
Tints of Cashmere #CDB4A0
RGB
CMYK
RGB Variations
Color information
#CDB4A0 (or 0xCDB4A0) is known color: Cashmere. HEX triplet: CD, B4 and A0. RGB value is (205,180,160). Sum of RGB (Red+Green+Blue) = 205+180+160=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4A0 is #324B5F. Grayscale: #B9B9B9. Windows color (decimal): -3296096 or 10532045. OLE color: 10532045.
HSL color Cylindrical-coordinate representation of color #CDB4A0: hue angle of 26.67º 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 #CDB4A0 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 160 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.20 |
| HSL | 26.67º | 0.31% | 0.72% | - |
| HSV(B) | 26.67º | 0.22% | 0.8% | - |
| XYZ | 47.84 | 48.16 | 40.03 | - |
| YUV | 185.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 160 | 0 | 0.12 | 0.22 | 0.20 | 26.67 | 0.31 | 0.72 |
| Hex | CD | B4 | A0 | 0 | C | 16 | 14 | 1B | 1F | 48 |
| Octal | 315 | 264 | 240 | 0 | 14 | 26 | 24 | 33 | 37 | 110 |
| Binary | 11001101 | 10110100 | 10100000 | 0 | 1100 | 10110 | 10100 | 11011 | 11111 | 1001000 |
Color Harmonies of #CDB4A0
Complementary color
Monochromatic Colors of #CDB4A0
Black with #CDB4A0
Text Example
Text Example
White with #CDB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4A0; }
p { color: rgb(205,180,160); }
H1.HeaderClassName
{
color: #CDB4A0;
}
.AnyTagClassName
{
color: #CDB4A0;
}
</style>
background-color css
<style>
a { background-color: #CDB4A0; }
a { background-color: rgb(205,180,160); }
div.DivClassName
{
background-color: #CDB4A0;
}
.BgClassName
{
background-color: #CDB4A0;
}
</style>
border-color css
<style>
span { border-color: #CDB4A0; }
span { border-color: rgb(205,180,160); }
td.TdClassName
{
border-color: #CDB4A0;
}
.TagClassName
{
border-color: #CDB4A0;
}
</style>