Shades of Cashmere #CDAA90
Tints of Cashmere #CDAA90
RGB
CMYK
RGB Variations
Color information
#CDAA90 (or 0xCDAA90) is known color: Cashmere. HEX triplet: CD, AA and 90. RGB value is (205,170,144). Sum of RGB (Red+Green+Blue) = 205+170+144=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAA90 is #32556F. Grayscale: #B1B1B1. Windows color (decimal): -3298672 or 9480909. OLE color: 9480909.
HSL color Cylindrical-coordinate representation of color #CDAA90: hue angle of 25.57º 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 #CDAA90 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 144 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.20 |
| HSL | 25.57º | 0.38% | 0.68% | - |
| HSV(B) | 25.57º | 0.3% | 0.8% | - |
| XYZ | 44.59 | 43.74 | 32.48 | - |
| YUV | 177.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 144 | 0 | 0.17 | 0.30 | 0.20 | 25.57 | 0.38 | 0.68 |
| Hex | CD | AA | 90 | 0 | 11 | 1E | 14 | 1A | 26 | 44 |
| Octal | 315 | 252 | 220 | 0 | 21 | 36 | 24 | 32 | 46 | 104 |
| Binary | 11001101 | 10101010 | 10010000 | 0 | 10001 | 11110 | 10100 | 11010 | 100110 | 1000100 |
Color Harmonies of #CDAA90
Complementary color
Monochromatic Colors of #CDAA90
Black with #CDAA90
Text Example
Text Example
White with #CDAA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA90; }
p { color: rgb(205,170,144); }
H1.HeaderClassName
{
color: #CDAA90;
}
.AnyTagClassName
{
color: #CDAA90;
}
</style>
background-color css
<style>
a { background-color: #CDAA90; }
a { background-color: rgb(205,170,144); }
div.DivClassName
{
background-color: #CDAA90;
}
.BgClassName
{
background-color: #CDAA90;
}
</style>
border-color css
<style>
span { border-color: #CDAA90; }
span { border-color: rgb(205,170,144); }
td.TdClassName
{
border-color: #CDAA90;
}
.TagClassName
{
border-color: #CDAA90;
}
</style>