Shades of Cashmere #CDB196
Tints of Cashmere #CDB196
RGB
CMYK
RGB Variations
Color information
#CDB196 (or 0xCDB196) is known color: Cashmere. HEX triplet: CD, B1 and 96. RGB value is (205,177,150). Sum of RGB (Red+Green+Blue) = 205+177+150=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB196 is #324E69. Grayscale: #B6B6B6. Windows color (decimal): -3296874 or 9875917. OLE color: 9875917.
HSL color Cylindrical-coordinate representation of color #CDB196: hue angle of 29.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB196 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 150 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.20 |
| HSL | 29.45º | 0.35% | 0.7% | - |
| HSV(B) | 29.45º | 0.27% | 0.8% | - |
| XYZ | 46.4 | 46.63 | 35.41 | - |
| YUV | 182.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 150 | 0 | 0.14 | 0.27 | 0.20 | 29.45 | 0.35 | 0.7 |
| Hex | CD | B1 | 96 | 0 | E | 1B | 14 | 1D | 23 | 46 |
| Octal | 315 | 261 | 226 | 0 | 16 | 33 | 24 | 35 | 43 | 106 |
| Binary | 11001101 | 10110001 | 10010110 | 0 | 1110 | 11011 | 10100 | 11101 | 100011 | 1000110 |
Color Harmonies of #CDB196
Complementary color
Monochromatic Colors of #CDB196
Black with #CDB196
Text Example
Text Example
White with #CDB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB196; }
p { color: rgb(205,177,150); }
H1.HeaderClassName
{
color: #CDB196;
}
.AnyTagClassName
{
color: #CDB196;
}
</style>
background-color css
<style>
a { background-color: #CDB196; }
a { background-color: rgb(205,177,150); }
div.DivClassName
{
background-color: #CDB196;
}
.BgClassName
{
background-color: #CDB196;
}
</style>
border-color css
<style>
span { border-color: #CDB196; }
span { border-color: rgb(205,177,150); }
td.TdClassName
{
border-color: #CDB196;
}
.TagClassName
{
border-color: #CDB196;
}
</style>