#CE8388

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

Shades of Charm #CE8388

Tints of Charm #CE8388

Color information

#CE8388 (or 0xCE8388) is unknown color: approx Charm. HEX triplet: CE, 83 and 88. RGB value is (206,131,136). Sum of RGB (Red+Green+Blue) = 206+131+136=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8388 is #317C77. Grayscale: #9A9A9A. Windows color (decimal): -3243128 or 8946638. OLE color: 8946638.

HSL color Cylindrical-coordinate representation of color #CE8388: hue angle of 356º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8388 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB206131136-
CMYK00.360.340.19
HSL356º43.35%66.08%-
HSV(B)356º36.41%80.78%-
XYZ38.0131.1327.3-
YUV153.99117.85165.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=43.55%
G=27.70%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613113600.360.340.1935643.3566.08
HexCE838802422131642b42
Octal316203210044422354453102
Binary1100111010000011100010000100100100010100111011001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8388; }

 p { color: rgb(206,131,136); }

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

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

 a { background-color: rgb(206,131,136); }

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

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

 span { border-color: rgb(206,131,136); }

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