#CEB29D

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

Shades of Cashmere #CEB29D

Tints of Cashmere #CEB29D

Color information

#CEB29D (or 0xCEB29D) is unknown color: approx Cashmere. HEX triplet: CE, B2 and 9D. RGB value is (206,178,157). Sum of RGB (Red+Green+Blue) = 206+178+157=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB29D is #314D62. Grayscale: #B8B8B8. Windows color (decimal): -3231075 or 10334926. OLE color: 10334926.

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

Color convert

RGB206178157-
CMYK00.140.240.19
HSL25.71º33.33%71.18%-
HSV(B)25.71º23.79%80.78%-
XYZ47.4647.438.55-
YUV183.98112.78143.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=38.08%
G=32.90%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617815700.140.240.1925.7133.3371.18
HexCEB29D0E18131a2147
Octal31626223501630233241107
Binary110011101011001010011101011101100010011110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB29D; }

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

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

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

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

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

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

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

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