#CE7685

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

Shades of Charm #CE7685

Tints of Charm #CE7685

Color information

#CE7685 (or 0xCE7685) is unknown color: approx Charm. HEX triplet: CE, 76 and 85. RGB value is (206,118,133). Sum of RGB (Red+Green+Blue) = 206+118+133=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7685 is #31897A. Grayscale: #929292. Windows color (decimal): -3246459 or 8746702. OLE color: 8746702.

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

Color convert

RGB206118133-
CMYK00.430.350.19
HSL349.77º47.31%63.53%-
HSV(B)349.77º42.72%80.78%-
XYZ36.1727.7725.64-
YUV146.02120.65170.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=45.08%
G=25.82%
B=29.10%

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
Decimal20611813300.430.350.19349.7747.3163.53
HexCE768502B231315e2f40
Octal316166205053432353657100
Binary110011101110110100001010101011100011100111010111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7685; }

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

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

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

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

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

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

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

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