#ce727d

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

Shades of Charm #CE727D

Tints of Charm #CE727D

Color information

#CE727D (or 0xCE727D) is unknown color: approx Charm. HEX triplet: CE, 72 and 7D. RGB value is (206,114,125). Sum of RGB (Red+Green+Blue) = 206+114+125=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE727D is #318D82. Grayscale: #8E8E8E. Windows color (decimal): -3247491 or 8221390. OLE color: 8221390.

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

Color convert

RGB206114125-
CMYK00.450.390.19
HSL352.83º48.42%62.75%-
HSV(B)352.83º44.66%80.78%-
XYZ35.1726.6422.69-
YUV142.76117.98173.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=46.29%
G=25.62%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611412500.450.390.19352.8348.4262.75
HexCE727D02D2713161303f
Octal31616217505547235416077
Binary1100111011100101111101010110110011110011101100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce727d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce727d; }

 p { color: rgb(206,114,125); }

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

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

 a { background-color: rgb(206,114,125); }

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

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

 span { border-color: rgb(206,114,125); }

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