Shades of Cashmere #CDB39A
Tints of Cashmere #CDB39A
RGB
CMYK
RGB Variations
Color information
#CDB39A (or 0xCDB39A) is known color: Cashmere. HEX triplet: CD, B3 and 9A. RGB value is (205,179,154). Sum of RGB (Red+Green+Blue) = 205+179+154=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB39A is #324C65. Grayscale: #B8B8B8. Windows color (decimal): -3296358 or 10138573. OLE color: 10138573.
HSL color Cylindrical-coordinate representation of color #CDB39A: hue angle of 29.41º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB39A is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 154 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.20 |
| HSL | 29.41º | 0.34% | 0.7% | - |
| HSV(B) | 29.41º | 0.25% | 0.8% | - |
| XYZ | 47.13 | 47.55 | 37.27 | - |
| YUV | 183.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 154 | 0 | 0.13 | 0.25 | 0.20 | 29.41 | 0.34 | 0.7 |
| Hex | CD | B3 | 9A | 0 | D | 19 | 14 | 1D | 22 | 46 |
| Octal | 315 | 263 | 232 | 0 | 15 | 31 | 24 | 35 | 42 | 106 |
| Binary | 11001101 | 10110011 | 10011010 | 0 | 1101 | 11001 | 10100 | 11101 | 100010 | 1000110 |
Color Harmonies of #CDB39A
Complementary color
Monochromatic Colors of #CDB39A
Black with #CDB39A
Text Example
Text Example
White with #CDB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB39A; }
p { color: rgb(205,179,154); }
H1.HeaderClassName
{
color: #CDB39A;
}
.AnyTagClassName
{
color: #CDB39A;
}
</style>
background-color css
<style>
a { background-color: #CDB39A; }
a { background-color: rgb(205,179,154); }
div.DivClassName
{
background-color: #CDB39A;
}
.BgClassName
{
background-color: #CDB39A;
}
</style>
border-color css
<style>
span { border-color: #CDB39A; }
span { border-color: rgb(205,179,154); }
td.TdClassName
{
border-color: #CDB39A;
}
.TagClassName
{
border-color: #CDB39A;
}
</style>