Shades of Cashmere #CEB29C
Tints of Cashmere #CEB29C
RGB
CMYK
RGB Variations
Color information
#CEB29C (or 0xCEB29C) is known color: Cashmere. HEX triplet: CE, B2 and 9C. RGB value is (206,178,156). Sum of RGB (Red+Green+Blue) = 206+178+156=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29C is #314D63. Grayscale: #B7B7B7. Windows color (decimal): -3231076 or 10269390. OLE color: 10269390.
HSL color Cylindrical-coordinate representation of color #CEB29C: hue angle of 26.4º 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 #CEB29C is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 156 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.19 |
| HSL | 26.4º | 0.34% | 0.71% | - |
| HSV(B) | 26.4º | 0.24% | 0.81% | - |
| XYZ | 47.37 | 47.36 | 38.1 | - |
| YUV | 183.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 156 | 0 | 0.14 | 0.24 | 0.19 | 26.4 | 0.34 | 0.71 |
| Hex | CE | B2 | 9C | 0 | E | 18 | 13 | 1A | 22 | 47 |
| Octal | 316 | 262 | 234 | 0 | 16 | 30 | 23 | 32 | 42 | 107 |
| Binary | 11001110 | 10110010 | 10011100 | 0 | 1110 | 11000 | 10011 | 11010 | 100010 | 1000111 |
Color Harmonies of #CEB29C
Complementary color
Monochromatic Colors of #CEB29C
Black with #CEB29C
Text Example
Text Example
White with #CEB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB29C; }
p { color: rgb(206,178,156); }
H1.HeaderClassName
{
color: #CEB29C;
}
.AnyTagClassName
{
color: #CEB29C;
}
</style>
background-color css
<style>
a { background-color: #CEB29C; }
a { background-color: rgb(206,178,156); }
div.DivClassName
{
background-color: #CEB29C;
}
.BgClassName
{
background-color: #CEB29C;
}
</style>
border-color css
<style>
span { border-color: #CEB29C; }
span { border-color: rgb(206,178,156); }
td.TdClassName
{
border-color: #CEB29C;
}
.TagClassName
{
border-color: #CEB29C;
}
</style>