#CE7385

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

Shades of Charm #CE7385

Tints of Charm #CE7385

Color information

#CE7385 (or 0xCE7385) is unknown color: approx Charm. HEX triplet: CE, 73 and 85. RGB value is (206,115,133). Sum of RGB (Red+Green+Blue) = 206+115+133=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7385 is #318C7A. Grayscale: #909090. Windows color (decimal): -3247227 or 8745934. OLE color: 8745934.

HSL color Cylindrical-coordinate representation of color #CE7385: hue angle of 348.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7385 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206115133-
CMYK00.440.350.19
HSL348.13º48.15%62.94%-
HSV(B)348.13º44.17%80.78%-
XYZ35.8227.0825.53-
YUV144.26121.65172.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=45.37%
G=25.33%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611513300.440.350.19348.1348.1562.94
HexCE738502C231315c303f
Octal31616320505443235346077
Binary11001110111001110000101010110010001110011101011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7385; }

 p { color: rgb(206,115,133); }

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

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

 a { background-color: rgb(206,115,133); }

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

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

 span { border-color: rgb(206,115,133); }

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