#CE8289

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

Shades of Charm #CE8289

Tints of Charm #CE8289

Color information

#CE8289 (or 0xCE8289) is unknown color: approx Charm. HEX triplet: CE, 82 and 89. RGB value is (206,130,137). Sum of RGB (Red+Green+Blue) = 206+130+137=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8289 is #317D76. Grayscale: #999999. Windows color (decimal): -3243383 or 9011918. OLE color: 9011918.

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

Color convert

RGB206130137-
CMYK00.370.330.19
HSL354.47º43.68%65.88%-
HSV(B)354.47º36.89%80.78%-
XYZ37.9530.8927.63-
YUV153.52118.68165.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=43.55%
G=27.48%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613013700.370.330.19354.4743.6865.88
HexCE828902521131622c42
Octal316202211045412354254102
Binary1100111010000010100010010100101100001100111011000101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8289; }

 p { color: rgb(206,130,137); }

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

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

 a { background-color: rgb(206,130,137); }

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

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

 span { border-color: rgb(206,130,137); }

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