Shades of Cashmere #CDAC90
Tints of Cashmere #CDAC90
RGB
CMYK
RGB Variations
Color information
#CDAC90 (or 0xCDAC90) is known color: Cashmere. HEX triplet: CD, AC and 90. RGB value is (205,172,144). Sum of RGB (Red+Green+Blue) = 205+172+144=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAC90 is #32536F. Grayscale: #B2B2B2. Windows color (decimal): -3298160 or 9481421. OLE color: 9481421.
HSL color Cylindrical-coordinate representation of color #CDAC90: hue angle of 27.54º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDAC90 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 144 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.20 |
| HSL | 27.54º | 0.38% | 0.68% | - |
| HSV(B) | 27.54º | 0.3% | 0.8% | - |
| XYZ | 44.96 | 44.5 | 32.6 | - |
| YUV | 178.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 144 | 0 | 0.16 | 0.30 | 0.20 | 27.54 | 0.38 | 0.68 |
| Hex | CD | AC | 90 | 0 | 10 | 1E | 14 | 1C | 26 | 44 |
| Octal | 315 | 254 | 220 | 0 | 20 | 36 | 24 | 34 | 46 | 104 |
| Binary | 11001101 | 10101100 | 10010000 | 0 | 10000 | 11110 | 10100 | 11100 | 100110 | 1000100 |
Color Harmonies of #CDAC90
Complementary color
Monochromatic Colors of #CDAC90
Black with #CDAC90
Text Example
Text Example
White with #CDAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC90; }
p { color: rgb(205,172,144); }
H1.HeaderClassName
{
color: #CDAC90;
}
.AnyTagClassName
{
color: #CDAC90;
}
</style>
background-color css
<style>
a { background-color: #CDAC90; }
a { background-color: rgb(205,172,144); }
div.DivClassName
{
background-color: #CDAC90;
}
.BgClassName
{
background-color: #CDAC90;
}
</style>
border-color css
<style>
span { border-color: #CDAC90; }
span { border-color: rgb(205,172,144); }
td.TdClassName
{
border-color: #CDAC90;
}
.TagClassName
{
border-color: #CDAC90;
}
</style>