#CEB49C

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

Shades of Cashmere #CEB49C

Tints of Cashmere #CEB49C

Color information

#CEB49C (or 0xCEB49C) is unknown color: approx Cashmere. HEX triplet: CE, B4 and 9C. RGB value is (206,180,156). Sum of RGB (Red+Green+Blue) = 206+180+156=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB49C is #314B63. Grayscale: #B9B9B9. Windows color (decimal): -3230564 or 10269902. OLE color: 10269902.

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

Color convert

RGB206180156-
CMYK00.130.240.19
HSL28.8º33.78%70.98%-
HSV(B)28.8º24.27%80.78%-
XYZ47.7848.1638.23-
YUV185.04111.61142.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=38.01%
G=33.21%
B=28.78%

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
Decimal20618015600.130.240.1928.833.7870.98
HexCEB49C0D18131d2247
Octal31626423401530233542107
Binary110011101011010010011100011011100010011111011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB49C; }

 p { color: rgb(206,180,156); }

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

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

 a { background-color: rgb(206,180,156); }

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

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

 span { border-color: rgb(206,180,156); }

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