#CEB5A2

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

Shades of Cashmere #CEB5A2

Tints of Cashmere #CEB5A2

Color information

#CEB5A2 (or 0xCEB5A2) is unknown color: approx Cashmere. HEX triplet: CE, B5 and A2. RGB value is (206,181,162). Sum of RGB (Red+Green+Blue) = 206+181+162=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A2 is #314A5D. Grayscale: #BABABA. Windows color (decimal): -3230302 or 10663374. OLE color: 10663374.

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

Color convert

RGB206181162-
CMYK00.120.210.19
HSL25.91º30.99%72.16%-
HSV(B)25.91º21.36%80.78%-
XYZ48.548.7841.04-
YUV186.31114.28142.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 162 (63.67% from 255) = 29.51%
R=37.52%
G=32.97%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618116200.120.210.1925.9130.9972.16
HexCEB5A20C15131a1f48
Octal31626524201425233237110
Binary11001110101101011010001001100101011001111010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5A2; }

 p { color: rgb(206,181,162); }

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

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

 a { background-color: rgb(206,181,162); }

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

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

 span { border-color: rgb(206,181,162); }

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