Shades of Cashmere #CEAB8F
Tints of Cashmere #CEAB8F
RGB
CMYK
RGB Variations
Color information
#CEAB8F (or 0xCEAB8F) is known color: Cashmere. HEX triplet: CE, AB and 8F. RGB value is (206,171,143). Sum of RGB (Red+Green+Blue) = 206+171+143=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB8F is #315470. Grayscale: #B2B2B2. Windows color (decimal): -3232881 or 9415630. OLE color: 9415630.
HSL color Cylindrical-coordinate representation of color #CEAB8F: hue angle of 26.67º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEAB8F is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 143 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.19 |
| HSL | 26.67º | 0.39% | 0.68% | - |
| HSV(B) | 26.67º | 0.31% | 0.81% | - |
| XYZ | 44.97 | 44.23 | 32.15 | - |
| YUV | 178.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 143 | 0 | 0.17 | 0.31 | 0.19 | 26.67 | 0.39 | 0.68 |
| Hex | CE | AB | 8F | 0 | 11 | 1F | 13 | 1B | 27 | 44 |
| Octal | 316 | 253 | 217 | 0 | 21 | 37 | 23 | 33 | 47 | 104 |
| Binary | 11001110 | 10101011 | 10001111 | 0 | 10001 | 11111 | 10011 | 11011 | 100111 | 1000100 |
Color Harmonies of #CEAB8F
Complementary color
Monochromatic Colors of #CEAB8F
Black with #CEAB8F
Text Example
Text Example
White with #CEAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAB8F; }
p { color: rgb(206,171,143); }
H1.HeaderClassName
{
color: #CEAB8F;
}
.AnyTagClassName
{
color: #CEAB8F;
}
</style>
background-color css
<style>
a { background-color: #CEAB8F; }
a { background-color: rgb(206,171,143); }
div.DivClassName
{
background-color: #CEAB8F;
}
.BgClassName
{
background-color: #CEAB8F;
}
</style>
border-color css
<style>
span { border-color: #CEAB8F; }
span { border-color: rgb(206,171,143); }
td.TdClassName
{
border-color: #CEAB8F;
}
.TagClassName
{
border-color: #CEAB8F;
}
</style>