#CEB39E

Color #CEB39E Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #CEB39E

Tints of Cashmere #CEB39E

Color information

#CEB39E (or 0xCEB39E) is unknown color: approx Cashmere. HEX triplet: CE, B3 and 9E. RGB value is (206,179,158). Sum of RGB (Red+Green+Blue) = 206+179+158=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB39E is #314C61. Grayscale: #B8B8B8. Windows color (decimal): -3230818 or 10400718. OLE color: 10400718.

HSL color Cylindrical-coordinate representation of color #CEB39E: hue angle of 26.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEB39E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206179158-
CMYK00.130.230.19
HSL26.25º32.88%71.37%-
HSV(B)26.25º23.3%80.78%-
XYZ47.7547.8339.06-
YUV184.68112.95143.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=37.94%
G=32.97%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617915800.130.230.1926.2532.8871.37
HexCEB39E0D17131a2147
Octal31626323601527233241107
Binary110011101011001110011110011011011110011110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB39E; }

 p { color: rgb(206,179,158); }

 H1.HeaderClassName
 {
   color: #CEB39E;
 }
 .AnyTagClassName
 {
   color: #CEB39E;
 }
</style>
background-color css

<style>
 a { background-color: #CEB39E; }

 a { background-color: rgb(206,179,158); }

 div.DivClassName
 {
   background-color: #CEB39E;
 }
 .BgClassName
 {
   background-color: #CEB39E;
 }
</style>
border-color css

<style>
 span { border-color: #CEB39E; }

 span { border-color: rgb(206,179,158); }

 td.TdClassName
 {
   border-color: #CEB39E;
 }
 .TagClassName
 {
   border-color: #CEB39E;
 }
</style>