Shades of Cashmere #CEB5A1
Tints of Cashmere #CEB5A1
RGB
CMYK
RGB Variations
Color information
#CEB5A1 (or 0xCEB5A1) is known color: Cashmere. HEX triplet: CE, B5 and A1. RGB value is (206,181,161). Sum of RGB (Red+Green+Blue) = 206+181+161=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A1 is #314A5E. Grayscale: #BABABA. Windows color (decimal): -3230303 or 10597838. OLE color: 10597838.
HSL color Cylindrical-coordinate representation of color #CEB5A1: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB5A1 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 161 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.19 |
| HSL | 26.67º | 0.31% | 0.72% | - |
| HSV(B) | 26.67º | 0.22% | 0.81% | - |
| XYZ | 48.41 | 48.74 | 40.58 | - |
| YUV | 186.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 161 | 0 | 0.12 | 0.22 | 0.19 | 26.67 | 0.31 | 0.72 |
| Hex | CE | B5 | A1 | 0 | C | 16 | 13 | 1B | 1F | 48 |
| Octal | 316 | 265 | 241 | 0 | 14 | 26 | 23 | 33 | 37 | 110 |
| Binary | 11001110 | 10110101 | 10100001 | 0 | 1100 | 10110 | 10011 | 11011 | 11111 | 1001000 |
Color Harmonies of #CEB5A1
Complementary color
Monochromatic Colors of #CEB5A1
Black with #CEB5A1
Text Example
Text Example
White with #CEB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5A1; }
p { color: rgb(206,181,161); }
H1.HeaderClassName
{
color: #CEB5A1;
}
.AnyTagClassName
{
color: #CEB5A1;
}
</style>
background-color css
<style>
a { background-color: #CEB5A1; }
a { background-color: rgb(206,181,161); }
div.DivClassName
{
background-color: #CEB5A1;
}
.BgClassName
{
background-color: #CEB5A1;
}
</style>
border-color css
<style>
span { border-color: #CEB5A1; }
span { border-color: rgb(206,181,161); }
td.TdClassName
{
border-color: #CEB5A1;
}
.TagClassName
{
border-color: #CEB5A1;
}
</style>