#CEB39F

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

Shades of Cashmere #CEB39F

Tints of Cashmere #CEB39F

Color information

#CEB39F (or 0xCEB39F) is unknown color: approx Cashmere. HEX triplet: CE, B3 and 9F. RGB value is (206,179,159). Sum of RGB (Red+Green+Blue) = 206+179+159=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB39F is #314C60. Grayscale: #B8B8B8. Windows color (decimal): -3230817 or 10466254. OLE color: 10466254.

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

Color convert

RGB206179159-
CMYK00.130.230.19
HSL25.53º32.41%71.57%-
HSV(B)25.53º22.82%80.78%-
XYZ47.8347.8739.52-
YUV184.79113.45143.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=37.87%
G=32.90%
B=29.23%

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
Decimal20617915900.130.230.1925.5332.4171.57
HexCEB39F0D17131a2048
Octal31626323701527233240110
Binary110011101011001110011111011011011110011110101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB39F; }

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

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

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

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

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

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

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

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