Shades of Cashmere #CEB39C
Tints of Cashmere #CEB39C
RGB
CMYK
RGB Variations
Color information
#CEB39C (or 0xCEB39C) is known color: Cashmere. HEX triplet: CE, B3 and 9C. RGB value is (206,179,156). Sum of RGB (Red+Green+Blue) = 206+179+156=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB39C is #314C63. Grayscale: #B8B8B8. Windows color (decimal): -3230820 or 10269646. OLE color: 10269646.
HSL color Cylindrical-coordinate representation of color #CEB39C: hue angle of 27.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEB39C is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 156 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.19 |
| HSL | 27.6º | 0.34% | 0.71% | - |
| HSV(B) | 27.6º | 0.24% | 0.81% | - |
| XYZ | 47.57 | 47.76 | 38.16 | - |
| YUV | 184.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 156 | 0 | 0.13 | 0.24 | 0.19 | 27.6 | 0.34 | 0.71 |
| Hex | CE | B3 | 9C | 0 | D | 18 | 13 | 1C | 22 | 47 |
| Octal | 316 | 263 | 234 | 0 | 15 | 30 | 23 | 34 | 42 | 107 |
| Binary | 11001110 | 10110011 | 10011100 | 0 | 1101 | 11000 | 10011 | 11100 | 100010 | 1000111 |
Color Harmonies of #CEB39C
Complementary color
Monochromatic Colors of #CEB39C
Black with #CEB39C
Text Example
Text Example
White with #CEB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB39C; }
p { color: rgb(206,179,156); }
H1.HeaderClassName
{
color: #CEB39C;
}
.AnyTagClassName
{
color: #CEB39C;
}
</style>
background-color css
<style>
a { background-color: #CEB39C; }
a { background-color: rgb(206,179,156); }
div.DivClassName
{
background-color: #CEB39C;
}
.BgClassName
{
background-color: #CEB39C;
}
</style>
border-color css
<style>
span { border-color: #CEB39C; }
span { border-color: rgb(206,179,156); }
td.TdClassName
{
border-color: #CEB39C;
}
.TagClassName
{
border-color: #CEB39C;
}
</style>