Shades of Cashmere #CEB39B
Tints of Cashmere #CEB39B
RGB
CMYK
RGB Variations
Color information
#CEB39B (or 0xCEB39B) is known color: Cashmere. HEX triplet: CE, B3 and 9B. RGB value is (206,179,155). Sum of RGB (Red+Green+Blue) = 206+179+155=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB39B is #314C64. Grayscale: #B8B8B8. Windows color (decimal): -3230821 or 10204110. OLE color: 10204110.
HSL color Cylindrical-coordinate representation of color #CEB39B: hue angle of 28.24º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEB39B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 155 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.19 |
| HSL | 28.24º | 0.34% | 0.71% | - |
| HSV(B) | 28.24º | 0.25% | 0.81% | - |
| XYZ | 47.49 | 47.73 | 37.72 | - |
| YUV | 184.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 155 | 0 | 0.13 | 0.25 | 0.19 | 28.24 | 0.34 | 0.71 |
| Hex | CE | B3 | 9B | 0 | D | 19 | 13 | 1C | 22 | 47 |
| Octal | 316 | 263 | 233 | 0 | 15 | 31 | 23 | 34 | 42 | 107 |
| Binary | 11001110 | 10110011 | 10011011 | 0 | 1101 | 11001 | 10011 | 11100 | 100010 | 1000111 |
Color Harmonies of #CEB39B
Complementary color
Monochromatic Colors of #CEB39B
Black with #CEB39B
Text Example
Text Example
White with #CEB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB39B; }
p { color: rgb(206,179,155); }
H1.HeaderClassName
{
color: #CEB39B;
}
.AnyTagClassName
{
color: #CEB39B;
}
</style>
background-color css
<style>
a { background-color: #CEB39B; }
a { background-color: rgb(206,179,155); }
div.DivClassName
{
background-color: #CEB39B;
}
.BgClassName
{
background-color: #CEB39B;
}
</style>
border-color css
<style>
span { border-color: #CEB39B; }
span { border-color: rgb(206,179,155); }
td.TdClassName
{
border-color: #CEB39B;
}
.TagClassName
{
border-color: #CEB39B;
}
</style>