#CEB4A2

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

Shades of Cashmere #CEB4A2

Tints of Cashmere #CEB4A2

Color information

#CEB4A2 (or 0xCEB4A2) is unknown color: approx Cashmere. HEX triplet: CE, B4 and A2. RGB value is (206,180,162). Sum of RGB (Red+Green+Blue) = 206+180+162=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4A2 is #314B5D. Grayscale: #B9B9B9. Windows color (decimal): -3230558 or 10663118. OLE color: 10663118.

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

Color convert

RGB206180162-
CMYK00.130.210.19
HSL24.55º30.99%72.16%-
HSV(B)24.55º21.36%80.78%-
XYZ48.348.3740.97-
YUV185.72114.61142.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=37.59%
G=32.85%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618016200.130.210.1924.5530.9972.16
HexCEB4A20D1513191f48
Octal31626424201525233137110
Binary11001110101101001010001001101101011001111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4A2; }

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

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

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

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

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

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

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

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