Shades of Cashmere #CDB195
Tints of Cashmere #CDB195
RGB
CMYK
RGB Variations
Color information
#CDB195 (or 0xCDB195) is known color: Cashmere. HEX triplet: CD, B1 and 95. RGB value is (205,177,149). Sum of RGB (Red+Green+Blue) = 205+177+149=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB195 is #324E6A. Grayscale: #B6B6B6. Windows color (decimal): -3296875 or 9810381. OLE color: 9810381.
HSL color Cylindrical-coordinate representation of color #CDB195: hue angle of 30º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB195 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 149 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.20 |
| HSL | 30º | 0.36% | 0.69% | - |
| HSV(B) | 30º | 0.27% | 0.8% | - |
| XYZ | 46.32 | 46.59 | 34.99 | - |
| YUV | 182.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 149 | 0 | 0.14 | 0.27 | 0.20 | 30 | 0.36 | 0.69 |
| Hex | CD | B1 | 95 | 0 | E | 1B | 14 | 1E | 24 | 45 |
| Octal | 315 | 261 | 225 | 0 | 16 | 33 | 24 | 36 | 44 | 105 |
| Binary | 11001101 | 10110001 | 10010101 | 0 | 1110 | 11011 | 10100 | 11110 | 100100 | 1000101 |
Color Harmonies of #CDB195
Complementary color
Monochromatic Colors of #CDB195
Black with #CDB195
Text Example
Text Example
White with #CDB195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB195; }
p { color: rgb(205,177,149); }
H1.HeaderClassName
{
color: #CDB195;
}
.AnyTagClassName
{
color: #CDB195;
}
</style>
background-color css
<style>
a { background-color: #CDB195; }
a { background-color: rgb(205,177,149); }
div.DivClassName
{
background-color: #CDB195;
}
.BgClassName
{
background-color: #CDB195;
}
</style>
border-color css
<style>
span { border-color: #CDB195; }
span { border-color: rgb(205,177,149); }
td.TdClassName
{
border-color: #CDB195;
}
.TagClassName
{
border-color: #CDB195;
}
</style>