#CEB29F

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

Shades of Cashmere #CEB29F

Tints of Cashmere #CEB29F

Color information

#CEB29F (or 0xCEB29F) is unknown color: approx Cashmere. HEX triplet: CE, B2 and 9F. RGB value is (206,178,159). Sum of RGB (Red+Green+Blue) = 206+178+159=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29F is #314D60. Grayscale: #B8B8B8. Windows color (decimal): -3231073 or 10465998. OLE color: 10465998.

HSL color Cylindrical-coordinate representation of color #CEB29F: hue angle of 24.26º 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 #CEB29F is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB206178159-
CMYK00.140.230.19
HSL24.26º32.41%71.57%-
HSV(B)24.26º22.82%80.78%-
XYZ47.6347.4739.45-
YUV184.21113.78143.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=37.94%
G=32.78%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617815900.140.230.1924.2632.4171.57
HexCEB29F0E1713182048
Octal31626223701627233040110
Binary110011101011001010011111011101011110011110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB29F; }

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

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

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

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

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

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

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

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