#CE6585

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

Shades of Charm #CE6585

Tints of Charm #CE6585

Color information

#CE6585 (or 0xCE6585) is unknown color: approx Charm. HEX triplet: CE, 65 and 85. RGB value is (206,101,133). Sum of RGB (Red+Green+Blue) = 206+101+133=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6585 is #319A7A. Grayscale: #888888. Windows color (decimal): -3250811 or 8742350. OLE color: 8742350.

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

Color convert

RGB206101133-
CMYK00.510.350.19
HSL341.71º51.72%60.2%-
HSV(B)341.71º50.97%80.78%-
XYZ34.3424.1225.04-
YUV136.04126.29177.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=46.82%
G=22.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610113300.510.350.19341.7151.7260.2
HexCE65850332313156343c
Octal31614520506343235266474
Binary11001110110010110000101011001110001110011101010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6585; }

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

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

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

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

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

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

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

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