#CEB49D

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

Shades of Cashmere #CEB49D

Tints of Cashmere #CEB49D

Color information

#CEB49D (or 0xCEB49D) is unknown color: approx Cashmere. HEX triplet: CE, B4 and 9D. RGB value is (206,180,157). Sum of RGB (Red+Green+Blue) = 206+180+157=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB49D is #314B62. Grayscale: #B9B9B9. Windows color (decimal): -3230563 or 10335438. OLE color: 10335438.

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

Color convert

RGB206180157-
CMYK00.130.240.19
HSL28.16º33.33%71.18%-
HSV(B)28.16º23.79%80.78%-
XYZ47.8648.238.68-
YUV185.15112.11142.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=37.94%
G=33.15%
B=28.91%

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
Decimal20618015700.130.240.1928.1633.3371.18
HexCEB49D0D18131c2147
Octal31626423501530233441107
Binary110011101011010010011101011011100010011111001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB49D; }

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

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

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

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

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

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

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

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