#CE7586

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

Shades of Charm #CE7586

Tints of Charm #CE7586

Color information

#CE7586 (or 0xCE7586) is unknown color: approx Charm. HEX triplet: CE, 75 and 86. RGB value is (206,117,134). Sum of RGB (Red+Green+Blue) = 206+117+134=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7586 is #318A79. Grayscale: #919191. Windows color (decimal): -3246714 or 8811982. OLE color: 8811982.

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

Color convert

RGB206117134-
CMYK00.430.350.19
HSL348.54º47.59%63.33%-
HSV(B)348.54º43.2%80.78%-
XYZ36.1227.5725.97-
YUV145.55121.49171.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=45.08%
G=25.60%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611713400.430.350.19348.5447.5963.33
HexCE758602B231315d303f
Octal31616520605343235356077
Binary11001110111010110000110010101110001110011101011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7586; }

 p { color: rgb(206,117,134); }

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

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

 a { background-color: rgb(206,117,134); }

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

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

 span { border-color: rgb(206,117,134); }

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