#CEB39D

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

Shades of Cashmere #CEB39D

Tints of Cashmere #CEB39D

Color information

#CEB39D (or 0xCEB39D) is unknown color: approx Cashmere. HEX triplet: CE, B3 and 9D. RGB value is (206,179,157). Sum of RGB (Red+Green+Blue) = 206+179+157=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB39D is #314C62. Grayscale: #B8B8B8. Windows color (decimal): -3230819 or 10335182. OLE color: 10335182.

HSL color Cylindrical-coordinate representation of color #CEB39D: hue angle of 26.94º degrees, saturation: 0.33, 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 #CEB39D is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206179157-
CMYK00.130.240.19
HSL26.94º33.33%71.18%-
HSV(B)26.94º23.79%80.78%-
XYZ47.6647.838.61-
YUV184.56112.45143.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 179 (70.31% from 255) = 33.03%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=38.01%
G=33.03%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617915700.130.240.1926.9433.3371.18
HexCEB39D0D18131b2147
Octal31626323501530233341107
Binary110011101011001110011101011011100010011110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB39D; }

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

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

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

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

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

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

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

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