Shades of Cashmere #CEAD90
Tints of Cashmere #CEAD90
RGB
CMYK
RGB Variations
Color information
#CEAD90 (or 0xCEAD90) is known color: Cashmere. HEX triplet: CE, AD and 90. RGB value is (206,173,144). Sum of RGB (Red+Green+Blue) = 206+173+144=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD90 is #31526F. Grayscale: #B3B3B3. Windows color (decimal): -3232368 or 9481678. OLE color: 9481678.
HSL color Cylindrical-coordinate representation of color #CEAD90: hue angle of 28.06º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEAD90 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 144 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.19 |
| HSL | 28.06º | 0.39% | 0.69% | - |
| HSV(B) | 28.06º | 0.3% | 0.81% | - |
| XYZ | 45.43 | 45.02 | 32.68 | - |
| YUV | 179.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 144 | 0 | 0.16 | 0.30 | 0.19 | 28.06 | 0.39 | 0.69 |
| Hex | CE | AD | 90 | 0 | 10 | 1E | 13 | 1C | 27 | 45 |
| Octal | 316 | 255 | 220 | 0 | 20 | 36 | 23 | 34 | 47 | 105 |
| Binary | 11001110 | 10101101 | 10010000 | 0 | 10000 | 11110 | 10011 | 11100 | 100111 | 1000101 |
Color Harmonies of #CEAD90
Complementary color
Monochromatic Colors of #CEAD90
Black with #CEAD90
Text Example
Text Example
White with #CEAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD90; }
p { color: rgb(206,173,144); }
H1.HeaderClassName
{
color: #CEAD90;
}
.AnyTagClassName
{
color: #CEAD90;
}
</style>
background-color css
<style>
a { background-color: #CEAD90; }
a { background-color: rgb(206,173,144); }
div.DivClassName
{
background-color: #CEAD90;
}
.BgClassName
{
background-color: #CEAD90;
}
</style>
border-color css
<style>
span { border-color: #CEAD90; }
span { border-color: rgb(206,173,144); }
td.TdClassName
{
border-color: #CEAD90;
}
.TagClassName
{
border-color: #CEAD90;
}
</style>