Shades of Cashmere #CDB09E
Tints of Cashmere #CDB09E
RGB
CMYK
RGB Variations
Color information
#CDB09E (or 0xCDB09E) is known color: Cashmere. HEX triplet: CD, B0 and 9E. RGB value is (205,176,158). Sum of RGB (Red+Green+Blue) = 205+176+158=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09E is #324F61. Grayscale: #B6B6B6. Windows color (decimal): -3297122 or 10399949. OLE color: 10399949.
HSL color Cylindrical-coordinate representation of color #CDB09E: hue angle of 22.98º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB09E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 158 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.20 |
| HSL | 22.98º | 0.32% | 0.71% | - |
| HSV(B) | 22.98º | 0.23% | 0.8% | - |
| XYZ | 46.87 | 46.5 | 38.85 | - |
| YUV | 182.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 158 | 0 | 0.14 | 0.23 | 0.20 | 22.98 | 0.32 | 0.71 |
| Hex | CD | B0 | 9E | 0 | E | 17 | 14 | 17 | 20 | 47 |
| Octal | 315 | 260 | 236 | 0 | 16 | 27 | 24 | 27 | 40 | 107 |
| Binary | 11001101 | 10110000 | 10011110 | 0 | 1110 | 10111 | 10100 | 10111 | 100000 | 1000111 |
Color Harmonies of #CDB09E
Complementary color
Monochromatic Colors of #CDB09E
Black with #CDB09E
Text Example
Text Example
White with #CDB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB09E; }
p { color: rgb(205,176,158); }
H1.HeaderClassName
{
color: #CDB09E;
}
.AnyTagClassName
{
color: #CDB09E;
}
</style>
background-color css
<style>
a { background-color: #CDB09E; }
a { background-color: rgb(205,176,158); }
div.DivClassName
{
background-color: #CDB09E;
}
.BgClassName
{
background-color: #CDB09E;
}
</style>
border-color css
<style>
span { border-color: #CDB09E; }
span { border-color: rgb(205,176,158); }
td.TdClassName
{
border-color: #CDB09E;
}
.TagClassName
{
border-color: #CDB09E;
}
</style>