#CEB9C1

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

Shades of Melanie #CEB9C1

Tints of Melanie #CEB9C1

Color information

#CEB9C1 (or 0xCEB9C1) is unknown color: approx Melanie. HEX triplet: CE, B9 and C1. RGB value is (206,185,193). Sum of RGB (Red+Green+Blue) = 206+185+193=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9C1 is #31463E. Grayscale: #C0C0C0. Windows color (decimal): -3229247 or 12696014. OLE color: 12696014.

HSL color Cylindrical-coordinate representation of color #CEB9C1: hue angle of 337.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9C1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206185193-
CMYK00.100.060.19
HSL337.14º17.65%76.67%-
HSV(B)337.14º10.19%80.78%-
XYZ52.4351.6757.66-
YUV192.19128.46137.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=35.27%
G=31.68%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618519300.100.060.19337.1417.6576.67
HexCEB9C10A613151124d
Octal31627130101262352122115
Binary1100111010111001110000010101011010011101010001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9C1; }

 p { color: rgb(206,185,193); }

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

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

 a { background-color: rgb(206,185,193); }

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

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

 span { border-color: rgb(206,185,193); }

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