Shades of Cashmere #CDB29F
Tints of Cashmere #CDB29F
RGB
CMYK
RGB Variations
Color information
#CDB29F (or 0xCDB29F) is known color: Cashmere. HEX triplet: CD, B2 and 9F. RGB value is (205,178,159). Sum of RGB (Red+Green+Blue) = 205+178+159=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB29F is #324D60. Grayscale: #B8B8B8. Windows color (decimal): -3296609 or 10465997. OLE color: 10465997.
HSL color Cylindrical-coordinate representation of color #CDB29F: hue angle of 24.78º 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 #CDB29F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 159 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.20 |
| HSL | 24.78º | 0.32% | 0.71% | - |
| HSV(B) | 24.78º | 0.22% | 0.8% | - |
| XYZ | 47.36 | 47.32 | 39.44 | - |
| YUV | 183.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 159 | 0 | 0.13 | 0.22 | 0.20 | 24.78 | 0.32 | 0.71 |
| Hex | CD | B2 | 9F | 0 | D | 16 | 14 | 19 | 20 | 47 |
| Octal | 315 | 262 | 237 | 0 | 15 | 26 | 24 | 31 | 40 | 107 |
| Binary | 11001101 | 10110010 | 10011111 | 0 | 1101 | 10110 | 10100 | 11001 | 100000 | 1000111 |
Color Harmonies of #CDB29F
Complementary color
Monochromatic Colors of #CDB29F
Black with #CDB29F
Text Example
Text Example
White with #CDB29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB29F; }
p { color: rgb(205,178,159); }
H1.HeaderClassName
{
color: #CDB29F;
}
.AnyTagClassName
{
color: #CDB29F;
}
</style>
background-color css
<style>
a { background-color: #CDB29F; }
a { background-color: rgb(205,178,159); }
div.DivClassName
{
background-color: #CDB29F;
}
.BgClassName
{
background-color: #CDB29F;
}
</style>
border-color css
<style>
span { border-color: #CDB29F; }
span { border-color: rgb(205,178,159); }
td.TdClassName
{
border-color: #CDB29F;
}
.TagClassName
{
border-color: #CDB29F;
}
</style>