Shades of Cashmere #CDB49C
Tints of Cashmere #CDB49C
RGB
CMYK
RGB Variations
Color information
#CDB49C (or 0xCDB49C) is known color: Cashmere. HEX triplet: CD, B4 and 9C. RGB value is (205,180,156). Sum of RGB (Red+Green+Blue) = 205+180+156=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49C is #324B63. Grayscale: #B8B8B8. Windows color (decimal): -3296100 or 10269901. OLE color: 10269901.
HSL color Cylindrical-coordinate representation of color #CDB49C: hue angle of 29.39º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB49C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 156 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.20 |
| HSL | 29.39º | 0.33% | 0.71% | - |
| HSV(B) | 29.39º | 0.24% | 0.8% | - |
| XYZ | 47.5 | 48.02 | 38.22 | - |
| YUV | 184.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 156 | 0 | 0.12 | 0.24 | 0.20 | 29.39 | 0.33 | 0.71 |
| Hex | CD | B4 | 9C | 0 | C | 18 | 14 | 1D | 21 | 47 |
| Octal | 315 | 264 | 234 | 0 | 14 | 30 | 24 | 35 | 41 | 107 |
| Binary | 11001101 | 10110100 | 10011100 | 0 | 1100 | 11000 | 10100 | 11101 | 100001 | 1000111 |
Color Harmonies of #CDB49C
Complementary color
Monochromatic Colors of #CDB49C
Black with #CDB49C
Text Example
Text Example
White with #CDB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB49C; }
p { color: rgb(205,180,156); }
H1.HeaderClassName
{
color: #CDB49C;
}
.AnyTagClassName
{
color: #CDB49C;
}
</style>
background-color css
<style>
a { background-color: #CDB49C; }
a { background-color: rgb(205,180,156); }
div.DivClassName
{
background-color: #CDB49C;
}
.BgClassName
{
background-color: #CDB49C;
}
</style>
border-color css
<style>
span { border-color: #CDB49C; }
span { border-color: rgb(205,180,156); }
td.TdClassName
{
border-color: #CDB49C;
}
.TagClassName
{
border-color: #CDB49C;
}
</style>