#CEB8C0

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

Shades of Melanie #CEB8C0

Tints of Melanie #CEB8C0

Color information

#CEB8C0 (or 0xCEB8C0) is unknown color: approx Melanie. HEX triplet: CE, B8 and C0. RGB value is (206,184,192). Sum of RGB (Red+Green+Blue) = 206+184+192=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8C0 is #31473F. Grayscale: #BFBFBF. Windows color (decimal): -3229504 or 12630222. OLE color: 12630222.

HSL color Cylindrical-coordinate representation of color #CEB8C0: hue angle of 338.18º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8C0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206184192-
CMYK00.110.070.19
HSL338.18º18.33%76.47%-
HSV(B)338.18º10.68%80.78%-
XYZ52.1151.2157.01-
YUV191.49128.29138.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=35.40%
G=31.62%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618419200.110.070.19338.1818.3376.47
HexCEB8C00B713152124c
Octal31627030001372352222114
Binary1100111010111000110000000101111110011101010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB8C0; }

 p { color: rgb(206,184,192); }

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

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

 a { background-color: rgb(206,184,192); }

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

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

 span { border-color: rgb(206,184,192); }

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