#CEB1A1

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

Shades of Cashmere #CEB1A1

Tints of Cashmere #CEB1A1

Color information

#CEB1A1 (or 0xCEB1A1) is unknown color: approx Cashmere. HEX triplet: CE, B1 and A1. RGB value is (206,177,161). Sum of RGB (Red+Green+Blue) = 206+177+161=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB1A1 is #314E5E. Grayscale: #B7B7B7. Windows color (decimal): -3231327 or 10596814. OLE color: 10596814.

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

Color convert

RGB206177161-
CMYK00.140.220.19
HSL21.33º31.47%71.96%-
HSV(B)21.33º21.84%80.78%-
XYZ47.6147.1440.31-
YUV183.85115.11143.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=37.87%
G=32.54%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617716100.140.220.1921.3331.4771.96
HexCEB1A10E1613151f48
Octal31626124101626232537110
Binary11001110101100011010000101110101101001110101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB1A1; }

 p { color: rgb(206,177,161); }

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

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

 a { background-color: rgb(206,177,161); }

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

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

 span { border-color: rgb(206,177,161); }

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