Shades of Cashmere #CDB49F
Tints of Cashmere #CDB49F
RGB
CMYK
RGB Variations
Color information
#CDB49F (or 0xCDB49F) is known color: Cashmere. HEX triplet: CD, B4 and 9F. RGB value is (205,180,159). Sum of RGB (Red+Green+Blue) = 205+180+159=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49F is #324B60. Grayscale: #B9B9B9. Windows color (decimal): -3296097 or 10466509. OLE color: 10466509.
HSL color Cylindrical-coordinate representation of color #CDB49F: hue angle of 27.39º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB49F is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 159 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.20 |
| HSL | 27.39º | 0.32% | 0.71% | - |
| HSV(B) | 27.39º | 0.22% | 0.8% | - |
| XYZ | 47.76 | 48.12 | 39.57 | - |
| YUV | 185.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 159 | 0 | 0.12 | 0.22 | 0.20 | 27.39 | 0.32 | 0.71 |
| Hex | CD | B4 | 9F | 0 | C | 16 | 14 | 1B | 20 | 47 |
| Octal | 315 | 264 | 237 | 0 | 14 | 26 | 24 | 33 | 40 | 107 |
| Binary | 11001101 | 10110100 | 10011111 | 0 | 1100 | 10110 | 10100 | 11011 | 100000 | 1000111 |
Color Harmonies of #CDB49F
Complementary color
Monochromatic Colors of #CDB49F
Black with #CDB49F
Text Example
Text Example
White with #CDB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB49F; }
p { color: rgb(205,180,159); }
H1.HeaderClassName
{
color: #CDB49F;
}
.AnyTagClassName
{
color: #CDB49F;
}
</style>
background-color css
<style>
a { background-color: #CDB49F; }
a { background-color: rgb(205,180,159); }
div.DivClassName
{
background-color: #CDB49F;
}
.BgClassName
{
background-color: #CDB49F;
}
</style>
border-color css
<style>
span { border-color: #CDB49F; }
span { border-color: rgb(205,180,159); }
td.TdClassName
{
border-color: #CDB49F;
}
.TagClassName
{
border-color: #CDB49F;
}
</style>